aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/BugTitleForm/SetTitle.graphql
diff options
context:
space:
mode:
authorCláudio Silva <claudio.engdist@gmail.com>2021-02-02 15:23:23 -0300
committerGitHub <noreply@github.com>2021-02-02 15:23:23 -0300
commitfd8d11030b7cb1ddf772e72dd60dcc054560ef11 (patch)
tree3a5b9b45ecb3bf5d013a7b77a3afd0b375df4bdd /webui/src/components/BugTitleForm/SetTitle.graphql
parenta005c179cb974d70a0211e7f17db36523be9ba97 (diff)
parentabb005e1d5a97c960dd81af5d678092fe1a3ec49 (diff)
downloadgit-bug-fd8d11030b7cb1ddf772e72dd60dcc054560ef11.tar.gz
Merge pull request #1 from claudioantonio/webui_535
Webui 535
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..4bc4656c
--- /dev/null
+++ b/webui/src/components/BugTitleForm/SetTitle.graphql
@@ -0,0 +1,7 @@
+mutation setTitle($input: SetTitleInput!) {
+ setTitle(input: $input) {
+ bug {
+ humanId
+ }
+ }
+} \ No newline at end of file