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