I want to get some authorization user information in the QueryResolver.
the article [https://www.howtographql.com/graphql-java/5-authentication/] said, I can custom GraphQLContext to do this.
But in the version 7.0.0 SimpleGraphQLHttpServlet has maked as deprecated, and GraphQLHttpServlet with GraphQLConfiguration can't tack the CustomGraphQLContext in.
How can I do this?