From 4812c8f039b72bb8fae083838dd949f7095f2eee Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 31 Jul 2019 05:40:17 +0200 Subject: Introduce formatter type for the encoder ... to distinguish between minified and pretty printing. --- tests/data/kitchen-sink.graphql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/data/kitchen-sink.graphql') diff --git a/tests/data/kitchen-sink.graphql b/tests/data/kitchen-sink.graphql index 46fd10e..89903b7 100644 --- a/tests/data/kitchen-sink.graphql +++ b/tests/data/kitchen-sink.graphql @@ -7,11 +7,11 @@ query queryName($foo: ComplexType, $site: Site = MOBILE) { whoever123is: node(id: [123, 456]) { - id , # Inline test comment + id, # Inline test comment ... on User @defer { field2 { - id , - alias: field1(first:10, after:$foo,) @include(if: $foo) { + id, + alias: field1(first: 10, after: $foo) @include(if: $foo) { id, ...frag } -- cgit v1.2.3