From 5694403bb3384332d531ff9ff89903b5ab49eca8 Mon Sep 17 00:00:00 2001 From: mitermayer Date: Wed, 12 Feb 2020 06:06:56 +0000 Subject: Adding fixture for graphql --- tests/fixtures/foo.graphql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/fixtures/foo.graphql 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 + } +} -- cgit v1.3