summaryrefslogtreecommitdiff
path: root/fixtures/lib/gitlab/graphql/queries/post_by_slug.with_import.misspelled.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'fixtures/lib/gitlab/graphql/queries/post_by_slug.with_import.misspelled.graphql')
-rw-r--r--fixtures/lib/gitlab/graphql/queries/post_by_slug.with_import.misspelled.graphql9
1 files changed, 9 insertions, 0 deletions
diff --git a/fixtures/lib/gitlab/graphql/queries/post_by_slug.with_import.misspelled.graphql b/fixtures/lib/gitlab/graphql/queries/post_by_slug.with_import.misspelled.graphql
new file mode 100644
index 00000000000..4b205860e6e
--- /dev/null
+++ b/fixtures/lib/gitlab/graphql/queries/post_by_slug.with_import.misspelled.graphql
@@ -0,0 +1,9 @@
+# import "./auther.fragment.graphql"
+
+query {
+ post(slug: "validating-queries") {
+ title
+ content
+ author { ...AuthorF }
+ }
+}