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