updatePublicationMetadata
Updates the metadata of a publication.
updatePublicationMetadata(
changes: UpdatePublicationMetadataChanges!
id: ID!
): UpdatePublicationMetadataPayload!
Arguments
updatePublicationMetadata.changes ● UpdatePublicationMetadataChanges! non-null input
The update input.
updatePublicationMetadata.id ● ID! non-null scalar
ID of the publication to update.
Type
UpdatePublicationMetadataPayload object
Response for the updatePublicationMetadata mutation.