public abstract class AbstractDomgenGraphQLEndpoint
extends graphql.servlet.GraphQLServlet
| Constructor and Description |
|---|
AbstractDomgenGraphQLEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected graphql.servlet.GraphQLContext |
createContext(java.util.Optional<javax.servlet.http.HttpServletRequest> request,
java.util.Optional<javax.servlet.http.HttpServletResponse> response) |
protected graphql.servlet.ExecutionStrategyProvider |
getExecutionStrategyProvider() |
protected graphql.execution.instrumentation.Instrumentation |
getInstrumentation() |
protected java.util.Map<java.lang.String,java.lang.Object> |
transformVariables(graphql.schema.GraphQLSchema schema,
java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> variables) |
addListener, doGet, doPost, executeQuery, filterGraphQLErrors, getMutations, getQueries, getSchemaProvider, isClientError, removeListenerdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logprotected graphql.servlet.GraphQLContext createContext(java.util.Optional<javax.servlet.http.HttpServletRequest> request,
java.util.Optional<javax.servlet.http.HttpServletResponse> response)
createContext in class graphql.servlet.GraphQLServletprotected graphql.servlet.ExecutionStrategyProvider getExecutionStrategyProvider()
getExecutionStrategyProvider in class graphql.servlet.GraphQLServletprotected graphql.execution.instrumentation.Instrumentation getInstrumentation()
getInstrumentation in class graphql.servlet.GraphQLServletprotected java.util.Map<java.lang.String,java.lang.Object> transformVariables(graphql.schema.GraphQLSchema schema,
java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> variables)
transformVariables in class graphql.servlet.GraphQLServlet