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