diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-17 18:19:16 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-19 17:52:12 +0100 |
commit | 0e3caba922ba5a21a7e7aa0f433d944aacf58e78 (patch) | |
tree | 96c8cb722fbdc63334972df0e782c396cd91bb95 /webui/src/pages/bug/EditCommentform.graphql | |
parent | 9f6c045f8b6e44e47300cec181217906f48d8261 (diff) | |
download | git-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.graphql | 7 |
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 + } + } +} |