☰
MeRead
Reads the logged in User
Fields
userId: Int!
email: String
name: String!
img: String
phone: String
role: MyRole
verified: Boolean!
termsAcceptedAt: DateTime
The date the user accepted the terms of service
hasPassword: Boolean
Flag that indicates if the user has password set
createdAt: DateTime!
updatedAt: DateTime!
languageId: Int
language: LanguageRead
company(companyId: Int): CompanyRead
companyRole(companyId: Int): CompanyRoleRead
userCompanies: [CompanyUserRead!]
agent: AgentRead
agentId: Int
lastLoggedIn: DateTime