OBJECT

Role

Only available to Internal Healthie Users -- Roles assigned to a given User

link GraphQL Schema definition

  • type Role {
  • # The unique identifier of the role
  • id: ID!
  • # Name of the Role on the User
  • name: String
  • }