Uses of Interface
com.graphql_java_generator.samples.forum.client.Queries
-
Uses of Queries in com.graphql_java_generator.samples.forum.client.graphql
Modifier and TypeClassDescriptionclass
This class implements the simplest way to call GraphQl queries, with the GraphQL Java Generatorclass
This class implements the away to call GraphQl queries, where all queries are prepared before execution.
The advantages are: Performance: this avoid to build anObjectResponse
for each response.