Skip to main content
No description
type Role {
  id: ID!
  type: String!
  location: Location
}

Fields

Role.id ● ID! non-null scalar

Role.type ● String! non-null scalar

Role.location ● Location object

Member Of

User object