CollectionDelete
Deletes a collection.
type CollectionDelete {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}
Fields
CollectionDelete.collectionErrors
● [CollectionError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CollectionDelete.errors
● [CollectionError!]!
non-null object products
CollectionDelete.collection
● Collection
object products
Returned By
collectionDelete
mutation