Package graphql.kickstart.spring.webflux
Class GraphQLController
java.lang.Object
graphql.kickstart.spring.AbstractGraphQLController
graphql.kickstart.spring.webflux.GraphQLController
@RestController
public class GraphQLController
extends graphql.kickstart.spring.AbstractGraphQLController
-
Constructor Summary
ConstructorsConstructorDescriptionGraphQLController(graphql.kickstart.execution.GraphQLObjectMapper objectMapper, graphql.kickstart.execution.GraphQLInvoker graphQLInvoker, graphql.kickstart.spring.GraphQLSpringInvocationInputFactory invocationInputFactory) -
Method Summary
Methods inherited from class graphql.kickstart.spring.AbstractGraphQLController
graphqlGET, graphqlPOST, handleBodyParsingException
-
Constructor Details
-
GraphQLController
public GraphQLController(graphql.kickstart.execution.GraphQLObjectMapper objectMapper, graphql.kickstart.execution.GraphQLInvoker graphQLInvoker, graphql.kickstart.spring.GraphQLSpringInvocationInputFactory invocationInputFactory)
-
-
Method Details
-
executeRequest
protected Object executeRequest(String query, String operationName, Map<String, Object> variables, Map<String, Object> extensions, org.springframework.web.server.ServerWebExchange serverWebExchange) - Specified by:
executeRequestin classgraphql.kickstart.spring.AbstractGraphQLController
-