Home > @infiniteobjects/shopify-data-manager > AdminTypes > PublicationUpdatePayload
Return type for publicationUpdate mutation.
Signature:
export interface PublicationUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| publication? | Maybe<Publication> | (Optional) The publication that’s been updated. | |
| userErrors | Array<PublicationUserError> | The list of errors that occurred from executing the mutation. |