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