Skip to main content

BulkMoveLibraryResourcesPayload

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

type BulkMoveLibraryResourcesPayload {
success: Boolean!
movedCount: Int!
error: String
}

Fields

BulkMoveLibraryResourcesPayload.success ● Boolean! non-null scalar

True when every resource in the batch was moved.

BulkMoveLibraryResourcesPayload.movedCount ● Int! non-null scalar

Number of resources moved (0 when the batch rolled back).

BulkMoveLibraryResourcesPayload.error ● String scalar

Failure message when the batch rolled back, otherwise null.

Returned By

bulkMoveLibraryResources mutation