bdelacretaz commented on code in PR #39:
URL: 
https://github.com/apache/sling-org-apache-sling-graphql-core/pull/39#discussion_r1431268413


##########
src/main/java/org/apache/sling/graphql/core/engine/DefaultQueryExecutor.java:
##########
@@ -394,6 +417,24 @@ TypeDefinitionRegistry getTypeDefinitionRegistry(@NotNull 
String sdl, @NotNull R
         }
     }
 
+    private Consumer<GraphQLContext.Builder> getGraphQLContextBuilder() {
+        ParserOptions defaultParserOptions = 
ParserOptions.getDefaultParserOptions();
+        Consumer<GraphQLContext.Builder> graphQLContextBuilder = builder -> {

Review Comment:
   Pushed something like the above, works.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to