Home > @infiniteobjects/shopify-data-manager > AdminTypes > PublishablePublishToCurrentChannelPayload
Return type for publishablePublishToCurrentChannel mutation.
Signature:
export interface PublishablePublishToCurrentChannelPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| publishable? | Maybe<Publishable> | (Optional) Resource that has been published. | |
| shop | Shop | The user’s shop. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |