aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/BugTitleForm/SetTitle.graphql
diff options
context:
space:
mode:
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