stack

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

AdminTypes.PublicationDeletePayload interface

Return type for publicationDelete mutation.

Signature:

export interface PublicationDeletePayload 

Properties

Property Modifiers Type Description
deletedId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the publication that was deleted.
userErrors   Array<PublicationUserError> The list of errors that occurred from executing the mutation.