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

fragment SetTitle on SetTitleTimelineItem {
  date
  ...authored
  title
  was
}