aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/ListIdentities.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/list/ListIdentities.graphql')
-rw-r--r--webui/src/pages/list/ListIdentities.graphql13
1 files changed, 13 insertions, 0 deletions
diff --git a/webui/src/pages/list/ListIdentities.graphql b/webui/src/pages/list/ListIdentities.graphql
new file mode 100644
index 00000000..73073ae8
--- /dev/null
+++ b/webui/src/pages/list/ListIdentities.graphql
@@ -0,0 +1,13 @@
+query ListIdentities {
+ repository {
+ allIdentities {
+ nodes {
+ id
+ humanId
+ name
+ email
+ displayName
+ }
+ }
+ }
+}