OBJECT

UserCompany

link GraphQL Schema definition

  • type UserCompany {
  • # Id
  • id: Int!
  • # Roles
  • roles: [RoleEnum!]!
  • # Company linked to the User
  • company: Company!
  • # User linked to the Company
  • user: User!
  • }