Skip to main content

CreatePublicationFromMetadataPayload

Response for the createPublicationFromMetadata mutation.

type CreatePublicationFromMetadataPayload {
success: Boolean!
publication: Publication
}

Fields

CreatePublicationFromMetadataPayload.success ● Boolean! non-null scalar

Whether the publication was created succesfully or not.

CreatePublicationFromMetadataPayload.publication ● Publication object

The created publication.

Returned by

createPublicationFromMetadata mutation