bulkDeleteLibraryResources
Delete multiple library resources atomically: if any one delete fails the whole batch rolls back.
bulkDeleteLibraryResources(
input: BulkDeleteLibraryResourcesInput!
): BulkDeleteLibraryResourcesPayload
Arguments
bulkDeleteLibraryResources.input ● BulkDeleteLibraryResourcesInput! non-null input
The ids of the resources to delete.
Type
BulkDeleteLibraryResourcesPayload object
Outcome of a bulk delete. The whole batch is atomic — on any failure
success is false, deletedCount is 0, and error is set.