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 deprecated
Returned By
collectionBulkDelete mutation