diff options
Diffstat (limited to 'webui/src/components/CloseBugWithCommentButton')
-rw-r--r-- | webui/src/components/CloseBugWithCommentButton/CloseBugWithComment.graphql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/components/CloseBugWithCommentButton/CloseBugWithComment.graphql b/webui/src/components/CloseBugWithCommentButton/CloseBugWithComment.graphql index 66c84c35..aaa36184 100644 --- a/webui/src/components/CloseBugWithCommentButton/CloseBugWithComment.graphql +++ b/webui/src/components/CloseBugWithCommentButton/CloseBugWithComment.graphql @@ -1,5 +1,5 @@ -mutation AddCommentAndCloseBug($input: AddCommentAndCloseBugInput!) { - addCommentAndClose(input: $input) { +mutation AddCommentAndCloseBug($input: BugAddCommentAndCloseInput!) { + bugAddCommentAndClose(input: $input) { statusOperation { status } |