aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/CurrentIdentity/CurrentIdentity.graphql
diff options
context:
space:
mode:
authorLena <lena.becker-3@mni.thm.de>2021-03-08 17:39:23 +0100
committerSascha <GlancingMind@outlook.com>2021-04-13 19:07:57 +0200
commite55761b2f8bdbb92ff77a7780bdd3b894d2a59ce (patch)
tree8f0f6cc80720ff2932e4b2bad0d5679b0f18cc22 /webui/src/components/CurrentIdentity/CurrentIdentity.graphql
parentcef44db8c73c27c1da8dc5e0a9f2e47e0c096075 (diff)
downloadgit-bug-e55761b2f8bdbb92ff77a7780bdd3b894d2a59ce.tar.gz
Add fields, id as tooltip, and display none if value not set #12
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
}
}
}