aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/SetTitleFragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/bug/SetTitleFragment.graphql')
-rw-r--r--webui/src/bug/SetTitleFragment.graphql10
1 files changed, 10 insertions, 0 deletions
diff --git a/webui/src/bug/SetTitleFragment.graphql b/webui/src/bug/SetTitleFragment.graphql
new file mode 100644
index 00000000..a15c3eb3
--- /dev/null
+++ b/webui/src/bug/SetTitleFragment.graphql
@@ -0,0 +1,10 @@
+#import "../Author.graphql"
+
+fragment SetTitle on TimelineItem {
+ ... on SetTitleTimelineItem {
+ date
+ ...authored
+ title
+ was
+ }
+}