Uses of Interface
com.graphql_java_generator.samples.forum.client.Queries
Packages that use Queries
-
Uses of Queries in com.graphql_java_generator.samples.forum.client.graphql
Subinterfaces of Queries in com.graphql_java_generator.samples.forum.client.graphqlClasses in com.graphql_java_generator.samples.forum.client.graphql that implement QueriesModifier 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.