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