pushPublicationMetadata
Adds or modifies publication metadata. If the publication does not exist, it will be created.
pushPublicationMetadata(
namespaceId: ID!
isbn: PublicationIdentifier!
input: PublicationMetadataInput!
): Publication
Arguments
pushPublicationMetadata.namespaceId ● ID! non-null scalar
On which specific namespace should that publication be added.
pushPublicationMetadata.isbn ● PublicationIdentifier! non-null scalar
An ISBN, or any key the provider identifies the publication with.
pushPublicationMetadata.input ● PublicationMetadataInput! non-null input
The metadata for the publication.
Type
Publication object
A publication is a work that can be shared and consumed in a particular format.