aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/SetStatusFragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/bug/SetStatusFragment.graphql')
-rw-r--r--webui/src/pages/bug/SetStatusFragment.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/webui/src/pages/bug/SetStatusFragment.graphql b/webui/src/pages/bug/SetStatusFragment.graphql
new file mode 100644
index 00000000..d8380409
--- /dev/null
+++ b/webui/src/pages/bug/SetStatusFragment.graphql
@@ -0,0 +1,7 @@
+#import "../../components/fragments.graphql"
+
+fragment SetStatus on SetStatusTimelineItem {
+ date
+ ...authored
+ status
+}