diff options
Diffstat (limited to 'webui/src/components/CloseBugButton/CloseBug.graphql')
-rw-r--r-- | webui/src/components/CloseBugButton/CloseBug.graphql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/components/CloseBugButton/CloseBug.graphql b/webui/src/components/CloseBugButton/CloseBug.graphql index fc03d1f3..bfcb1a60 100644 --- a/webui/src/components/CloseBugButton/CloseBug.graphql +++ b/webui/src/components/CloseBugButton/CloseBug.graphql @@ -1,6 +1,6 @@ # Write your query or mutation here -mutation closeBug($input: CloseBugInput!) { - closeBug(input: $input) { +mutation closeBug($input: BugStatusCloseInput!) { + bugStatusClose(input: $input) { bug { id } |