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