-
-
interface
This interface demonstrate the use of GraphqlRepository: it just redefines the method of the
PartialQueries
interface.
class
This class implements the simplest way to call GraphQl partialQueries, with the GraphQL Java Generator
class
This class implements the way to call GraphQl partialQueries, where all partialQueries are prepared before
execution.
The advantages are:
Performance: this avoid to build an
ObjectResponse
for each response.
class
This class implements the deprecated way to call GraphQl partialQueries, where all partialQueries are prepared before
execution.