OBJECT

CreatePublicationPayload

link GraphQL Schema definition

  • type CreatePublicationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: ID
  • # The created publication.
  • publication: Publication!
  • }