UserRole
A type representing a Role
type UserRole {
id: ID!
name: String!
description: String
}
Fields
UserRole.id
● ID!
non-null scalar
The auth0 id of the role
UserRole.name
● String!
non-null scalar
Name of the role.
UserRole.description
● String
scalar
Description of the role
Returned by
roles
query
Member of
User
object