aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/CurrentIdentity.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/CurrentIdentity.graphql')
-rw-r--r--webui/src/CurrentIdentity.graphql8
1 files changed, 8 insertions, 0 deletions
diff --git a/webui/src/CurrentIdentity.graphql b/webui/src/CurrentIdentity.graphql
new file mode 100644
index 00000000..6c000a2e
--- /dev/null
+++ b/webui/src/CurrentIdentity.graphql
@@ -0,0 +1,8 @@
+query CurrentIdentity {
+ defaultRepository {
+ userIdentity {
+ displayName
+ avatarUrl
+ }
+ }
+}