aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/EditCommentform.graphql
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-17 18:19:16 +0100
committerSascha <GlancingMind@outlook.com>2021-03-19 17:52:12 +0100
commit0e3caba922ba5a21a7e7aa0f433d944aacf58e78 (patch)
tree96c8cb722fbdc63334972df0e782c396cd91bb95 /webui/src/pages/bug/EditCommentform.graphql
parent9f6c045f8b6e44e47300cec181217906f48d8261 (diff)
downloadgit-bug-0e3caba922ba5a21a7e7aa0f433d944aacf58e78.tar.gz
Update comment on submit
Diffstat (limited to 'webui/src/pages/bug/EditCommentform.graphql')
-rw-r--r--webui/src/pages/bug/EditCommentform.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/webui/src/pages/bug/EditCommentform.graphql b/webui/src/pages/bug/EditCommentform.graphql
new file mode 100644
index 00000000..c7047e6e
--- /dev/null
+++ b/webui/src/pages/bug/EditCommentform.graphql
@@ -0,0 +1,7 @@
+mutation EditComment($input: EditCommentInput!) {
+ editComment(input: $input) {
+ bug {
+ id
+ }
+ }
+}