OBJECT

UpdatePublishingRolePayload

Autogenerated return type of UpdatePublishingRole.

link GraphQL Schema definition

  • type UpdatePublishingRolePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the publishing role
  • errors: [ValidationError!]!
  • # The publishing role object
  • publishingRole: PublishingRole!
  • }

link Require by