Mirror of a distributed, offline-first bug tracker embedded in git
1type Query { 2 """Access a repository by reference/name. If no ref is given, the default repository is returned if any.""" 3 repository(ref: String): Repository 4} 5 6type Mutation # See each entity mutations