summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/syntax-error.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'fixtures/lib/gitlab/graphql/queries/syntax-error.graphql')
-rw-r--r--fixtures/lib/gitlab/graphql/queries/syntax-error.graphql5
1 files changed, 5 insertions, 0 deletions
diff --git a/fixtures/lib/gitlab/graphql/queries/syntax-error.graphql b/fixtures/lib/gitlab/graphql/queries/syntax-error.graphql
new file mode 100644
index 00000000000..f7d2730951d
--- /dev/null
+++ b/fixtures/lib/gitlab/graphql/queries/syntax-error.graphql
@@ -0,0 +1,5 @@
+query }
+ blog(title: "boom") {
+ description
+ }
+}