OBJECT

CreateRolePayload

Autogenerated return type of CreateRole.

link GraphQL Schema definition

  • type CreateRolePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the role
  • errors: [String!]!
  • # The role object
  • role: Role
  • }

link Require by