Mirror of a distributed, offline-first bug tracker embedded in git
1#import "../../components/fragments.graphql" 2 3fragment SetTitle on BugSetTitleTimelineItem { 4 date 5 ...authored 6 title 7 was 8}