Package com.graphql_java_generator.samples.forum.client.graphql
package com.graphql_java_generator.samples.forum.client.graphql
-
ClassDescriptionThis class implements the simplest way to call GraphQl queries, with the GraphQL Java GeneratorThis 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.