Uses of Interface
com.graphql_java_generator.client.GraphQLMutationExecutor
Packages that use GraphQLMutationExecutor
-
Uses of GraphQLMutationExecutor in com.generated.graphql.util
Classes in com.generated.graphql.util that implement GraphQLMutationExecutorModifier and TypeClassDescriptionclass
This class contains the methods that allows the execution of the queries or mutations that are defined in the MutationType of the GraphQL schema.
These methods allows: Preparation of full requests Execution of prepared full requests Execution of direct full direct requests Preparation of partial requests Execution of prepared partial requests Execution of direct partial requests You'll find all the documentation on the client page doc.