Home > @infiniteobjects/shopify-data-manager > AdminTypes > CollectionCreatePayload
Return type for collectionCreate mutation.
Signature:
export interface CollectionCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| collection? | Maybe<Collection> | (Optional) The collection that has been created. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |