OBJECT

DeletePublicationPayload

link GraphQL Schema definition

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