diff options
Diffstat (limited to 'webui/src/bug/CommentForm.graphql')
-rw-r--r-- | webui/src/bug/CommentForm.graphql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webui/src/bug/CommentForm.graphql b/webui/src/bug/CommentForm.graphql new file mode 100644 index 00000000..33d21193 --- /dev/null +++ b/webui/src/bug/CommentForm.graphql @@ -0,0 +1,5 @@ +mutation AddComment($input: AddCommentInput!) { + addComment(input: $input) { + operation { id } + } +} |