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