aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Identity/IdentityFragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/Identity/IdentityFragment.graphql')
-rw-r--r--webui/src/components/Identity/IdentityFragment.graphql10
1 files changed, 10 insertions, 0 deletions
diff --git a/webui/src/components/Identity/IdentityFragment.graphql b/webui/src/components/Identity/IdentityFragment.graphql
new file mode 100644
index 00000000..6c4e2483
--- /dev/null
+++ b/webui/src/components/Identity/IdentityFragment.graphql
@@ -0,0 +1,10 @@
+fragment Identity on Identity {
+ id
+ humanId
+ displayName
+ email
+ name
+ avatarUrl
+ isProtected
+ login
+}