CollectionCreate
Result of collection create mutation.
type CollectionCreate {
collection: Collection
productErrors: [ProductError!]!
}
Fields
CollectionCreate.collection ● Collection object
The created collection.
CollectionCreate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
collectionCreate mutation