Skip to main content

bulkMoveLibraryResources

Move multiple library resources into a destination folder atomically: if any one move fails the whole batch rolls back.

bulkMoveLibraryResources(
input: BulkMoveLibraryResourcesInput!
): BulkMoveLibraryResourcesPayload

Arguments

bulkMoveLibraryResources.input ● BulkMoveLibraryResourcesInput! non-null input

The resources to move and their destination folder.

Type

BulkMoveLibraryResourcesPayload object

Outcome of a bulk move. The whole batch is atomic — on any failure success is false, movedCount is 0, and error is set.