aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/Author.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/Author.graphql')
-rw-r--r--webui/src/Author.graphql8
1 files changed, 8 insertions, 0 deletions
diff --git a/webui/src/Author.graphql b/webui/src/Author.graphql
new file mode 100644
index 00000000..76d66b91
--- /dev/null
+++ b/webui/src/Author.graphql
@@ -0,0 +1,8 @@
+fragment authored on Authored {
+ author {
+ name
+ email
+ displayName
+ avatarUrl
+ }
+}