diff options
Diffstat (limited to 'webui/src/bug/SetStatusFragment.graphql')
-rw-r--r-- | webui/src/bug/SetStatusFragment.graphql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webui/src/bug/SetStatusFragment.graphql b/webui/src/bug/SetStatusFragment.graphql new file mode 100644 index 00000000..0fdea01b --- /dev/null +++ b/webui/src/bug/SetStatusFragment.graphql @@ -0,0 +1,7 @@ +#import "../Author.graphql" + +fragment SetStatus on SetStatusTimelineItem { + date + ...authored + status +} |