aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/SetStatusFragment.graphql
blob: 2404e80986347d76e80e9952dc03c91c273ede1b (plain) (blame)
1
2
3
4
5
6
7
#import "../../components/fragments.graphql"

fragment SetStatus on BugSetStatusTimelineItem {
  date
  ...authored
  status
}