Skip to main content

updatePublicationMetadata

Updates the metadata of a publication.

updatePublicationMetadata(
id: ID!
changes: UpdatePublicationMetadataChanges!
): UpdatePublicationMetadataPayload!

Arguments

updatePublicationMetadata.id ● ID! non-null scalar

ID of the publication to update.

updatePublicationMetadata.changes ● UpdatePublicationMetadataChanges! non-null input

The update input.

Type

UpdatePublicationMetadataPayload object

Response for the updatePublicationMetadata mutation.