mirror of https://github.com/Requarks/wiki.git
committed by
Nicolas Giard
6 changed files with 82 additions and 49 deletions
Split View
Diff Options
-
50client/components/admin/admin-users-edit.vue
-
21client/components/profile.vue
-
8client/components/profile/pages.vue
-
28client/components/profile/profile.vue
-
23client/graph/admin/users/users-query-single.gql
-
1server/graph/schemas/user.graphql
@ -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 |
|||
} |
|||
} |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save