Uses of Interface
org.allGraphQLCases.demo.PartialQueries
Packages that use PartialQueries
-
Uses of PartialQueries in org.allGraphQLCases.demo
Methods in org.allGraphQLCases.demo with parameters of type PartialQueries -
Uses of PartialQueries in org.allGraphQLCases.demo.impl
Subinterfaces of PartialQueries in org.allGraphQLCases.demo.implModifier and TypeInterfaceDescriptioninterface
This interface demonstrate the use of GraphqlRepository: it just redefines the method of thePartialQueries
interface.Classes in org.allGraphQLCases.demo.impl that implement PartialQueriesModifier and TypeClassDescriptionclass
This class implements the simplest way to call GraphQl partialQueries, with the GraphQL Java Generatorclass
This 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.class
This class implements the deprecated way to call GraphQl partialQueries, where all partialQueries are prepared before execution.