bulkTagLibraryResources
Add the given tags to multiple library resources atomically. Tags are resolved or created by name; existing (including soft-deleted) associations are revived rather than duplicated.
bulkTagLibraryResources(
input: BulkTagLibraryResourcesInput!
): BulkTagLibraryResourcesPayload
Arguments
bulkTagLibraryResources.input ● BulkTagLibraryResourcesInput! non-null input
The resources to tag and the tags to apply.
Type
BulkTagLibraryResourcesPayload object
Outcome of a bulk tag. The whole batch is atomic — on any failure
success is false, taggedCount is 0, and error is set.