aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/BugTitleForm/SetTitle.graphql
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-03 22:30:04 +0100
committerGitHub <noreply@github.com>2021-02-03 22:30:04 +0100
commitb6a967efac24672b64d02dbbe6e661d195804fbd (patch)
tree8e0b3a3033646f6e8c4aad237fdbe4b93ad057b7 /webui/src/components/BugTitleForm/SetTitle.graphql
parenta005c179cb974d70a0211e7f17db36523be9ba97 (diff)
parent52ada2dba15012f0b5868d4eacf922efbf4a19c8 (diff)
downloadgit-bug-b6a967efac24672b64d02dbbe6e661d195804fbd.tar.gz
Merge pull request #545 from claudioantonio/webui_544
Webui 544
Diffstat (limited to 'webui/src/components/BugTitleForm/SetTitle.graphql')
-rw-r--r--webui/src/components/BugTitleForm/SetTitle.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/webui/src/components/BugTitleForm/SetTitle.graphql b/webui/src/components/BugTitleForm/SetTitle.graphql
new file mode 100644
index 00000000..b96af155
--- /dev/null
+++ b/webui/src/components/BugTitleForm/SetTitle.graphql
@@ -0,0 +1,7 @@
+mutation setTitle($input: SetTitleInput!) {
+ setTitle(input: $input) {
+ bug {
+ id
+ }
+ }
+} \ No newline at end of file