aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/graphql')
-rw-r--r--webui/src/graphql/fragments.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/webui/src/graphql/fragments.graphql b/webui/src/graphql/fragments.graphql
index 03a235f9..227d00b2 100644
--- a/webui/src/graphql/fragments.graphql
+++ b/webui/src/graphql/fragments.graphql
@@ -15,5 +15,7 @@ fragment authored on Authored {
email
displayName
avatarUrl
+ humanId
+ id
}
}