Uses of Interface
com.graphql_java_generator.client.GraphQLMutationExecutor
-
Packages that use GraphQLMutationExecutor Package Description com.graphql_java_generator.client.graphqlrepository This package contains all the needed classes to manageGraphQLRepository. -
-
Uses of GraphQLMutationExecutor in com.graphql_java_generator.client.graphqlrepository
Constructors in com.graphql_java_generator.client.graphqlrepository with parameters of type GraphQLMutationExecutor Constructor Description GraphQLRepositoryInvocationHandler(java.lang.Class<T> repositoryInterface, GraphQLQueryExecutor queryExecutor, GraphQLMutationExecutor mutationExecutor, GraphQLSubscriptionExecutor subscriptionExecutor)This constructor builds the instance from the given Spring ApplicationContext provides the query, mutation and subscription that have been defined in the GraphQL schema.
-