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