CollectionBulkDelete Object
Deletes collections.
type CollectionBulkDelete {
count: Int!
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
}
Fields
count ● Int!
Returns how many objects were affected.
errors ● [CollectionError!]!
Show deprecatedHide deprecated
collectionErrors ● [CollectionError!]!
DEPRECATED
Use errors field instead.
Returned By
collectionBulkDelete mutation