OBJECT

UserType

User access type.

link GraphQL Schema definition

  • type UserType {
  • # The unique ID.
  • id: Int!
  • # The system type string.
  • type: String!
  • # The human readable label string.
  • label: String!
  • }