CollectionCreate
Creates a new collection.
type CollectionCreate {
productErrors: [ProductError!]!
collection: Collection
}
Fields
CollectionCreate.productErrors ● [ProductError!]! non-null object
CollectionCreate.collection ● Collection object
Returned By
collectionCreate mutation