aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/components/CloseBugButton/CloseBug.graphql
blob: fc03d1f372fb5f5c34fd5ebe6e94fcba02dbda59 (plain) (tree)
1
2
3
4
5
6
7
8



                                           
        

     
 
# Write your query or mutation here
mutation closeBug($input: CloseBugInput!) {
  closeBug(input: $input) {
    bug {
      id
    }
  }
}