Home > @infiniteobjects/shopify-data-manager > AdminTypes > CollectionPublishPayload
Return type for collectionPublish mutation.
Signature:
export interface CollectionPublishPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| collection? | Maybe<Collection> | (Optional) The published collection. | |
| collectionPublications? | Maybe<Array<CollectionPublication>> | (Optional) The channels where the collection has been published. | |
| shop | Shop | The shop associated with the collection. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |