aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/ReopenBugWithCommentButton
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/ReopenBugWithCommentButton')
-rw-r--r--webui/src/components/ReopenBugWithCommentButton/ReopenBugWithComment.graphql4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/components/ReopenBugWithCommentButton/ReopenBugWithComment.graphql b/webui/src/components/ReopenBugWithCommentButton/ReopenBugWithComment.graphql
index 5258a1aa..30e0d206 100644
--- a/webui/src/components/ReopenBugWithCommentButton/ReopenBugWithComment.graphql
+++ b/webui/src/components/ReopenBugWithCommentButton/ReopenBugWithComment.graphql
@@ -1,5 +1,5 @@
-mutation AddCommentAndReopenBug($input: AddCommentAndReopenBugInput!) {
- addCommentAndReopen(input: $input) {
+mutation AddCommentAndReopenBug($input: BugAddCommentAndReopenInput!) {
+ bugAddCommentAndReopen(input: $input) {
statusOperation {
status
}