graphql-java-kickstart/graphql-java-servlet

Support new GraphQLContext

briankrug opened this issue · 0 comments

Describe the bug
The graphql.ExecutionInput.Builder#graphQLContext(java.util.Map<?,java.lang.Object>) is not getting called with the DefaultGraphQLServletContext and thus it is difficult to reference it without using the now deprecated graphql.ExecutionInput#getContext method.