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