aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/bug/BugQuery.graphql
blob: caa247ed400c9e3d03ed797b3cb76c35cf00fc25 (plain) (tree)
1
2
3
4
5
6
7
8
9








                            
#import "./Bug.graphql"

query GetBug($id: String!) {
  defaultRepository {
    bug(prefix: $id) {
      ...Bug
    }
  }
}