OBJECT

CreatePublishingRolePayload

Autogenerated return type of CreatePublishingRole.

link GraphQL Schema definition

  • type CreatePublishingRolePayload {
  • # 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