Uses of Class
com.generated.graphql.MutationType
Packages that use MutationType
-
Uses of MutationType in com.generated.graphql
Methods in com.generated.graphql that return MutationType -
Uses of MutationType in com.generated.graphql.util
Methods in com.generated.graphql.util that return MutationTypeModifier and TypeMethodDescriptionMutationTypeExecutor.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.GraphQLRequest.execMutation
(Object... paramsAndValues) This method executes the current GraphQL request as a full mutation request.GraphQLRequest.execMutation
(Map<String, Object> parameters) This method executes the current GraphQL request as a full mutation request.MutationTypeExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.MutationTypeExecutor.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.MutationTypeRootResponse.getData()
Methods in com.generated.graphql.util that return types with arguments of type MutationTypeModifier and TypeMethodDescriptionreactor.core.publisher.Mono<MutationType>
MutationTypeReactiveExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationType>
This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationType>
GraphQLReactiveRequest.execMutation
(Object... paramsAndValues) This method executes the current GraphQL request as a full mutation request.reactor.core.publisher.Mono<MutationType>
GraphQLReactiveRequest.execMutation
(Map<String, Object> parameters) This method executes the current GraphQL request as a full mutation request.reactor.core.publisher.Mono<MutationType>
MutationTypeReactiveExecutor.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<MutationType>
MutationTypeReactiveExecutor.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 MutationTypeModifier and TypeMethodDescriptionvoid
MutationTypeRootResponse.setData
(MutationType mutationParam)