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.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/webui/src/components/CurrentIdentity/CurrentIdentity.graphql b/webui/src/components/CurrentIdentity/CurrentIdentity.graphql
index 2794a40f..9af786b7 100644
--- a/webui/src/components/CurrentIdentity/CurrentIdentity.graphql
+++ b/webui/src/components/CurrentIdentity/CurrentIdentity.graphql
@@ -1,6 +1,8 @@
query CurrentIdentity {
repository {
userIdentity {
+ humanId
+ email
displayName
avatarUrl
}