Uses of Interface
com.graphql_java_generator.client.QueryExecutor
Package | Description |
---|---|
com.graphql_java_generator.client |
-
Uses of QueryExecutor in com.graphql_java_generator.client
Classes in com.graphql_java_generator.client that implement QueryExecutor Modifier and Type Class Description class
QueryExecutorImpl
This class is the query executor : a generic class, reponsible for calling the GraphQL server, for query, mutation and subscription.
It has one major parameter: the GraphQL endpoint.Methods in com.graphql_java_generator.client that return QueryExecutor Modifier and Type Method Description QueryExecutor
GraphQLConfiguration. getQueryExecutor()
Retrieves theQueryExecutor
for this GraphQL configuration