Mirror of a distributed, offline-first bug tracker embedded in git
1#import "../Label.graphql" 2#import "../Author.graphql" 3 4fragment Bug on Bug { 5 id 6 humanId 7 status 8 title 9 labels { 10 ...Label 11 } 12 createdAt 13 ...authored 14}