We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc822c commit c3c7fe8Copy full SHA for c3c7fe8
src/test/groovy/graphql/kickstart/tools/SchemaParserSpec.groovy
@@ -266,10 +266,10 @@ class SchemaParserSpec extends Specification {
266
when:
267
GraphQLSchema schema = SchemaParser.newParser()
268
.schemaString('''\
269
- type Query {
270
- id: ID!
271
- }
272
- '''.stripIndent())
+ |type Query {
+ | id: ID!
+ |}
+ '''.stripMargin())
273
.resolvers(new QueryWithIdResolver())
274
.build()
275
.makeExecutableSchema()
0 commit comments