2018-12-15 22:15:13 +00:00
|
|
|
query ($id: Int!) {
|
|
|
|
users {
|
|
|
|
single(id: $id) {
|
|
|
|
id
|
|
|
|
name
|
|
|
|
email
|
|
|
|
providerKey
|
|
|
|
providerId
|
|
|
|
location
|
|
|
|
jobTitle
|
|
|
|
timezone
|
|
|
|
isSystem
|
2019-08-25 02:19:35 +00:00
|
|
|
isActive
|
|
|
|
isVerified
|
2018-12-15 22:15:13 +00:00
|
|
|
createdAt
|
|
|
|
updatedAt
|
|
|
|
groups {
|
|
|
|
id
|
|
|
|
name
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|