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




                                           
 
#import "../components/fragments.graphql"

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