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