aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/LabelChangeFragment.graphql
blob: 82d41235c335edd5c942aa06dfc54c8f388a0709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#import "../../components/fragments.graphql"

fragment LabelChange on LabelChangeTimelineItem {
  date
  ...authored
  added {
    ...Label
  }
  removed {
    ...Label
  }
}