OBJECT

UpdatePublicationPayload

link GraphQL Schema definition

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