Skip to main content

CreatePublicationFromISBNPayload

Response for the createPublicationFromISBN mutation.

type CreatePublicationFromISBNPayload {
success: Boolean!
publication: Publication
}

Fields

CreatePublicationFromISBNPayload.success ● Boolean! non-null scalar

Whether the operation was succesful or not.

CreatePublicationFromISBNPayload.publication ● Publication object

The created publication.

Returned by

createPublicationFromISBN mutation