aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/fixtures/foo.graphql8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fixtures/foo.graphql b/tests/fixtures/foo.graphql
new file mode 100644
index 0000000..308c865
--- /dev/null
+++ b/tests/fixtures/foo.graphql
@@ -0,0 +1,8 @@
+{
+ baz {
+ blah, ...name }
+ bean{foo, blah,bleh}
+ bar {
+ ...name
+ }
+}