publicationUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a publication.
Access Scopes
`write_publications` access scope. Also: The user must have a permission to create and edit catalogs.
Arguments
-
id:
ID! -
The ID of the publication to update.
-
input:
PublicationUpdateInput! -
The input fields to use when updating the publication.
Returns
-
publication:
Publication
The publication that's been updated.
-
userErrors:
PublicationUserError!
The list of errors that occurred from executing the mutation.
Examples