Uses of Class
org.junittest.forum_client_springconfiguration.Mutation
Packages that use Mutation
-
Uses of Mutation in org.junittest.forum_client_springconfiguration
Methods in org.junittest.forum_client_springconfiguration that return MutationModifier and TypeMethodDescriptionMutation.Builder.build()
MutationExecutorMySchema.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.GraphQLRequestMySchema.execMutation
(Object... paramsAndValues) This method executes the current GraphQL request as a full mutation request.GraphQLRequestMySchema.execMutation
(Map<String, Object> parameters) This method executes the current GraphQL request as a full mutation request.MutationExecutorMySchema.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.MutationExecutorMySchema.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.MutationRootResponse.getData()
Methods in org.junittest.forum_client_springconfiguration that return types with arguments of type MutationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Mutation>
MutationReactiveExecutorMySchema.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<Mutation>
This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<Mutation>
GraphQLReactiveRequestMySchema.execMutation
(Object... paramsAndValues) This method executes the current GraphQL request as a full mutation request.reactor.core.publisher.Mono<Mutation>
GraphQLReactiveRequestMySchema.execMutation
(Map<String, Object> parameters) This method executes the current GraphQL request as a full mutation request.reactor.core.publisher.Mono<Mutation>
MutationReactiveExecutorMySchema.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<Mutation>
MutationReactiveExecutorMySchema.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 Mutation