aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/SetStatusFragment.graphql
blob: 0fdea01b635f209992a5c831efdfbfeb6d6b9dfe (plain) (blame)
1
2
3
4
5
6
7
#import "../Author.graphql"

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