Skip to main content

createPublicationFromISBN

Create a publication from an ISBN.

createPublicationFromISBN(
namespaceId: ID!
isbn: PublicationIdentifier!
): CreatePublicationFromISBNPayload!

Arguments

createPublicationFromISBN.namespaceId ● ID! non-null scalar

On which specific namespace should that publication be added.

createPublicationFromISBN.isbn ● PublicationIdentifier! non-null scalar

An ISBN, or any key the provider identifies the publication with.

Type

CreatePublicationFromISBNPayload object

Response for the createPublicationFromISBN mutation.