Mirror of a distributed, offline-first bug tracker embedded in git
1package graphql 2 3type Query struct{} 4 5type Mutation struct{} 6 7type Subscription struct{}