Uses of Class
com.generated.graphql.QueryType
Packages that use QueryType
-
Uses of QueryType in com.generated.graphql
Methods in com.generated.graphql that return QueryType -
Uses of QueryType in com.generated.graphql.util
Methods in com.generated.graphql.util that return QueryTypeModifier and TypeMethodDescriptionQueryTypeExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.This method takes a full request definition, and executes it against the GraphQL server.This method executes the current GraphQL request as a full query request.This method executes the current GraphQL request as a full query request.QueryTypeExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryTypeExecutor.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryTypeRootResponse.getData()
Methods in com.generated.graphql.util that return types with arguments of type QueryTypeModifier and TypeMethodDescriptionreactor.core.publisher.Mono<QueryType>
QueryTypeReactiveExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<QueryType>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<QueryType>
QueryTypeReactiveExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
QueryTypeReactiveExecutor.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.Methods in com.generated.graphql.util with parameters of type QueryType