stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CollectionUnpublishPayload

AdminTypes.CollectionUnpublishPayload interface

Return type for collectionUnpublish mutation.

Signature:

export interface CollectionUnpublishPayload 

Properties

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.