Skip to main content
Version: 3.x

CollectionCreate

Creates a new collection.

Requires MANAGE_PRODUCTSpermission.
type CollectionCreate {
collectionErrors: [CollectionError!]! @deprecated
errors: [CollectionError!]!
collection: Collection
}

Fields

CollectionCreate.collectionErrors ● [CollectionError!]! deprecated non-null object

DEPRECATED

This 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


Was this page helpful?