Mirror of a distributed, offline-first bug tracker embedded in git
1#import "../Author.graphql" 2 3fragment SetStatus on SetStatusTimelineItem { 4 date 5 ...authored 6 status 7}