MeRead
object
Reads the logged in User
Fields
| Name | Type | Description |
|---|---|---|
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 |
hasGoogle | Boolean | |
createdAt | DateTime! | |
updatedAt | DateTime! | |
languageId | Int | |
language | LanguageRead | |
company | CompanyRead | |
companyRole | CompanyRoleRead | |
userCompanies | [CompanyUserRead!] | |
agent | AgentRead | |
agentId | Int | |
lastLoggedIn | DateTime |