diff options
Diffstat (limited to 'webui/src/pages/bug/CommentForm.graphql')
-rw-r--r-- | webui/src/pages/bug/CommentForm.graphql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/pages/bug/CommentForm.graphql b/webui/src/pages/bug/CommentForm.graphql index f4b61850..37ed842a 100644 --- a/webui/src/pages/bug/CommentForm.graphql +++ b/webui/src/pages/bug/CommentForm.graphql @@ -1,5 +1,5 @@ -mutation AddComment($input: AddCommentInput!) { - addComment(input: $input) { +mutation AddComment($input: BugAddCommentInput!) { + bugAddComment(input: $input) { operation { id } |