aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/components/CloseBugButton/CloseBug.graphql
blob: e2f4bff2e221c4f0875fc4c8a12f8380ed8d66aa (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
    }
  }
}