aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/CurrentIdentity/CurrentIdentity.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/CurrentIdentity/CurrentIdentity.graphql')
-rw-r--r--webui/src/components/CurrentIdentity/CurrentIdentity.graphql6
1 files changed, 5 insertions, 1 deletions
diff --git a/webui/src/components/CurrentIdentity/CurrentIdentity.graphql b/webui/src/components/CurrentIdentity/CurrentIdentity.graphql
index 9af786b7..5a1786f7 100644
--- a/webui/src/components/CurrentIdentity/CurrentIdentity.graphql
+++ b/webui/src/components/CurrentIdentity/CurrentIdentity.graphql
@@ -1,10 +1,14 @@
query CurrentIdentity {
repository {
userIdentity {
+ id
humanId
- email
displayName
+ email
+ name
avatarUrl
+ isProtected
+ login
}
}
}