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