We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
https://github.com/howtographql/graphql-java/blob/master/src/main/java/com/howtographql/hackernews/GraphQLEndpoint.java
public GraphQLEndpoint() { super(buildSchema()); }
Currently, the buildSchema of SimpleGraphQLServlet is private - this code does not work.