BulkMoveLibraryResourcesInput
No description
input BulkMoveLibraryResourcesInput {
resourceIds: [String!]!
destinationFolderId: String!
}
Fields
BulkMoveLibraryResourcesInput.resourceIds ● [String!]! non-null scalar
Ids of the library resources to move.
BulkMoveLibraryResourcesInput.destinationFolderId ● String! non-null scalar
The destination folder to move the resources into.
Member Of
bulkMoveLibraryResources mutation