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

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