pushPublicationLink
Adds or modifies a reference to a publication link, for example attach a sample or a cover.
pushPublicationLink(
namespaceId: ID!
isbn: PublicationIdentifier!
ensureUniqueRel: Boolean
input: RelationshipLinkInput!
): Publication
Arguments
pushPublicationLink.namespaceId
● ID!
non-null scalar
The specific namespace where the publication is located.
pushPublicationLink.isbn
● PublicationIdentifier!
non-null scalar
An ISBN, or any key the provider identifies the publication with.
pushPublicationLink.ensureUniqueRel
● Boolean
scalar
Should the system replace (true) or add (false) an existing link with that same relationship. Defaults to false
pushPublicationLink.input
● RelationshipLinkInput!
non-null input
The parameters for the link.
Type
Publication
object
A publication is a work that can be shared and consumed in a particular format.