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 TypeInterfaceDescriptioninterfaceThis interface demonstrate the use of GraphqlRepository: it just redefines the method of thePartialQueriesinterface.Classes in org.allGraphQLCases.demo.impl that implement PartialQueriesModifier and TypeClassDescriptionclassThis class implements the simplest way to call GraphQl partialQueries, with the GraphQL Java GeneratorclassThis class implements the way to call GraphQl partialQueries, where all partialQueries are prepared before execution.
The advantages are: Performance: this avoid to build anObjectResponsefor each response.classThis class implements the deprecated way to call GraphQl partialQueries, where all partialQueries are prepared before execution.