Package org.allGraphQLCases.demo.impl
package org.allGraphQLCases.demo.impl
-
ClassDescriptionThis class implements the simplest way to call GraphQl partialQueries, with the GraphQL Java GeneratorThis class implements the way to call GraphQl partialQueries, where all partialQueries are prepared before execution.
The advantages are: Performance: this avoid to build anObjectResponse
for each response.This class implements the deprecated way to call GraphQl partialQueries, where all partialQueries are prepared before execution.This interface demonstrate the use of GraphqlRepository: it just redefines the method of thePartialQueries
interface.This interface demonstrate the use of GraphqlRepository: it just redefines the method of thePartialQueries
interface.