aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/SetTitleFragment.graphql
blob: 432c44492ef68b9cf1d6954cafa9dec15a716f51 (plain) (blame)
1
2
3
4
5
6
7
8
#import "../Author.graphql"

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