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


                            
              
        




                      
#import "./Bug.graphql"

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