Uses of Package
org.springframework.graphql.data.query
Packages that use org.springframework.graphql.data.query
Package
Description
Resolvers for method parameters of annotated handler methods.
DataFetcher
implementations built on Spring Data
extensions such as Query by Example and Querydsl.-
Classes in org.springframework.graphql.data.query used by org.springframework.graphql.data.method.annotation.supportClassDescriptionContainer for parameters that limit result elements to a subrange including a relative
ScrollPosition
, number of elements, and direction.Strategy to extractSort
details from GraphQL arguments. -
Classes in org.springframework.graphql.data.query used by org.springframework.graphql.data.queryClassDescriptionBuilder for a Query by Example-based
DataFetcher
.Builder for a reactive Query by Example-basedDataFetcher
.Builder for a Querydsl-basedDataFetcher
.Builder for a reactive Querydsl-basedDataFetcher
.Container for parameters that limit result elements to a subrange including a relativeScrollPosition
, number of elements, and direction.Strategy to extractSort
details from GraphQL arguments.