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.
2 parents 603c0f4 + 6b2339f commit 425902cCopy full SHA for 425902c
site/code/index.html.js
@@ -181,7 +181,7 @@ public class HelloWorld {
181
SchemaParser schemaParser = new SchemaParser();
182
TypeDefinitionRegistry typeDefinitionRegistry = schemaParser.parse(schema);
183
184
- RuntimeWiring runtimeWiring = newRuntimeWiring()
+ RuntimeWiring runtimeWiring = new RuntimeWiring()
185
.type("Query", builder -> builder.dataFetcher("hello", new StaticDataFetcher("world")))
186
.build();
187
0 commit comments