stack

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

AdminTypes.CollectionPublishPayload interface

Return type for collectionPublish mutation.

Signature:

export interface CollectionPublishPayload 

Properties

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.