stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PublicationCreatePayload

AdminTypes.PublicationCreatePayload interface

Return type for publicationCreate mutation.

Signature:

export interface PublicationCreatePayload 

Properties

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.