Skip to main content
Anchor to PublicationUpdatePayload

PublicationUpdatePayload

payload

Return type for publicationUpdate mutation.

•Publication

The publication that's been updated.

•[PublicationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Updates a Publication.

You can add or remove products from the publication, with a maximum of 50 items per operation. The autoPublish field determines whether new products automatically display in this publication.

Arguments

•ID!
required

The ID of the publication to update.

•PublicationUpdateInput!
required

The input fields to use when updating the publication.



Was this section helpful?