createPublicationFromISBN
Create a publication from an ISBN.
createPublicationFromISBN(
isbn: PublicationIdentifier!
namespaceId: ID!
): CreatePublicationFromISBNPayload!
Arguments
createPublicationFromISBN.isbn
● PublicationIdentifier!
non-null scalar
An ISBN, or any key the provider identifies the publication with.
createPublicationFromISBN.namespaceId
● ID!
non-null scalar
On which specific namespace should that publication be added.
Type
CreatePublicationFromISBNPayload
object
Response for the createPublicationFromISBN mutation.