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







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