stack

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

AdminTypes.PublishableUnpublishToCurrentChannelPayload interface

Return type for publishableUnpublishToCurrentChannel mutation.

Signature:

export interface PublishableUnpublishToCurrentChannelPayload 

Properties

Property Modifiers Type Description
publishable?   Maybe<Publishable> (Optional) Resource that has been unpublished.
shop   Shop The user’s shop.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.