Uses of Class
org.junittest.forum_client_springconfiguration.Query
Packages that use Query
-
Uses of Query in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return QueryModifier and TypeMethodDescriptionQuery.Builder.build()
QueryExecutorMySchema.exec
(com.graphql_java_generator.client.request.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.QueryExecutorMySchema.execWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryExecutorMySchema.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryRootResponse.getData()
Methods in org.junittest.forum_client_springconfiguration that return types with arguments of type QueryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Query>
QueryReactiveExecutorMySchema.exec
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<Query>
This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<Query>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<Query>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<Query>
QueryReactiveExecutorMySchema.execWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<Query>
QueryReactiveExecutorMySchema.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.Methods in org.junittest.forum_client_springconfiguration with parameters of type Query