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 classQueryExecutorImplThis 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.