Uses of Interface
com.graphql_java_generator.client.GraphQLQueryExecutor
-
Packages that use GraphQLQueryExecutor Package Description com.graphql_java_generator.client.graphqlrepository This package contains all the needed classes to manageGraphQLRepository. -
-
Uses of GraphQLQueryExecutor in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository that return types with arguments of type GraphQLQueryExecutor Modifier and Type Method Description java.lang.Class<? extends GraphQLQueryExecutor>queryExecutor()When more than one GraphQL schema are used, a GraphQL Repository requests may be relative to only one GraphQL schema.Constructors in com.graphql_java_generator.client.graphqlrepository with parameters of type GraphQLQueryExecutor 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.
-