Uses of Class
com.graphql_java_generator.domain.client.forum.QueryResponse
Packages that use QueryResponse
-
Uses of QueryResponse in com.graphql_java_generator.domain.client.forum
Methods in com.graphql_java_generator.domain.client.forum that return QueryResponseModifier and TypeMethodDescriptionQuery.exec
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorMySchema.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.Query.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.Query.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.QueryExecutorMySchema.execWithBindValues
(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 the it against the GraphQL server.