aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/bug/SetTitleFragment.graphql
blob: a15c3eb3138a932ecb1ef9948e47970e647ed12b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                   
#import "../Author.graphql"

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