OBJECT

InvalidRoleError

The role-id provided is invalid

link GraphQL Schema definition

  • type InvalidRoleError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }