aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/new/NewBug.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/new/NewBug.graphql')
-rw-r--r--webui/src/pages/new/NewBug.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/webui/src/pages/new/NewBug.graphql b/webui/src/pages/new/NewBug.graphql
new file mode 100644
index 00000000..92df016e
--- /dev/null
+++ b/webui/src/pages/new/NewBug.graphql
@@ -0,0 +1,7 @@
+mutation newBug($input: NewBugInput!) {
+ newBug(input: $input) {
+ bug {
+ humanId
+ }
+ }
+} \ No newline at end of file