feat: admin edit user - activity panel
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
query ($id: Int!) {
|
||||
users {
|
||||
single(id: $id) {
|
||||
id
|
||||
name
|
||||
email
|
||||
providerKey
|
||||
providerId
|
||||
location
|
||||
jobTitle
|
||||
timezone
|
||||
isSystem
|
||||
isActive
|
||||
isVerified
|
||||
createdAt
|
||||
updatedAt
|
||||
groups {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user