Home > @infiniteobjects/shopify-data-manager > AdminTypes > PublicationDeletePayload
Return type for publicationDelete
mutation.
Signature:
export interface PublicationDeletePayload
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. |