Uses of Class
com.generated.graphql.MutationType
-
Uses of MutationType in com.generated.graphql
-
Uses of MutationType in com.generated.graphql.util
Modifier 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()
Modifier 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.Modifier and TypeMethodDescriptionvoid
MutationTypeRootResponse.setData
(MutationType mutationParam)