Uses of Class
org.forum.client.MutationResponse
-
Uses of MutationResponse in org.forum.client
Modifier and TypeMethodDescriptionMutation.exec
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.MutationExecutorForum.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.GraphQLRequestForum.execMutation
(Object... paramsAndValues) This method executes the current GraphQL request as a full mutation request.GraphQLRequestForum.execMutation
(Map<String, Object> parameters) This method executes the current GraphQL request as a full mutation request.Mutation.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.Mutation.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MutationExecutorForum.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.MutationExecutorForum.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<MutationResponse>
MutationReactiveExecutorForum.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationResponse>
This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationResponse>
GraphQLReactiveRequestForum.execMutation
(Object... paramsAndValues) This method executes the current GraphQL request as a full mutation request.reactor.core.publisher.Mono<MutationResponse>
GraphQLReactiveRequestForum.execMutation
(Map<String, Object> parameters) This method executes the current GraphQL request as a full mutation request.reactor.core.publisher.Mono<MutationResponse>
MutationReactiveExecutorForum.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<MutationResponse>
MutationReactiveExecutorForum.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.