OBJECT

User

User registered to the system One user can manage multiple member accounts.

link GraphQL Schema definition

  • type User {
  • # Email used for registration and for email communication
  • email: String!
  • }