Uses of Class
io.leangen.graphql.spqr.spring.web.dto.GraphQLRequest
Packages that use GraphQLRequest
Package
Description
-
Uses of GraphQLRequest in io.leangen.graphql.spqr.spring.autoconfigure
Methods in io.leangen.graphql.spqr.spring.autoconfigure that return GraphQLRequestMethods in io.leangen.graphql.spqr.spring.autoconfigure with parameters of type GraphQLRequestModifier and TypeMethodDescriptionContextFactoryParams.Builder.withGraphQLRequest(GraphQLRequest graphQLRequest) -
Uses of GraphQLRequest in io.leangen.graphql.spqr.spring.web
Methods in io.leangen.graphql.spqr.spring.web with parameters of type GraphQLRequestModifier and TypeMethodDescriptiondefault graphql.ExecutionInputGraphQLExecutor.buildInput(GraphQLRequest graphQLRequest, R request, ContextFactory<R> contextFactory, DataLoaderRegistryFactory loaderFactory) default graphql.ExecutionInputGraphQLExecutor.buildInput(GraphQLRequest graphQLRequest, R request, Object env, ContextFactory<R> contextFactory, DataLoaderRegistryFactory loaderFactory) GraphQLController.executeFormPost(Map<String, String> queryParams, GraphQLRequest graphQLRequest, R request) GraphQLController.executeGet(GraphQLRequest graphQLRequest, R request) GraphQLController.executeGetEventStream(GraphQLRequest graphQLRequest, R request) GraphQLController.executeGraphQLPost(String queryBody, GraphQLRequest originalReq, R request) GraphQLController.executeJsonPost(GraphQLRequest requestBody, GraphQLRequest requestParams, R request) GraphQLController.executeJsonPostEventStream(GraphQLRequest requestBody, GraphQLRequest requestParams, R request) GraphQLController.jsonPost(GraphQLRequest requestBody, GraphQLRequest requestParams, R request, TransportType transportType) -
Uses of GraphQLRequest in io.leangen.graphql.spqr.spring.web.apollo
Constructors in io.leangen.graphql.spqr.spring.web.apollo with parameters of type GraphQLRequest -
Uses of GraphQLRequest in io.leangen.graphql.spqr.spring.web.dto
Fields in io.leangen.graphql.spqr.spring.web.dto declared as GraphQLRequestConstructors in io.leangen.graphql.spqr.spring.web.dto with parameters of type GraphQLRequestModifierConstructorDescriptionExecutorParams(GraphQLRequest graphQLRequest, R request, TransportType transportType)