Uses of Package
org.springframework.graphql.data
Packages that use org.springframework.graphql.data
Package
Description
Support for various ways to implement
DataFetcher
s.Resolvers for method parameters of annotated handler methods.
-
Classes in org.springframework.graphql.data used by org.springframework.graphql.dataClassDescriptionSimple container for the value from binding a GraphQL argument to a higher level Object, along with a flag to indicate whether the input argument was omitted altogether, as opposed to provided but set to the "null" literal.Contract to customize the mapping of GraphQL argument names to Object properties.Container of configuration settings for
GraphQlArgumentBinder
. -
Classes in org.springframework.graphql.data used by org.springframework.graphql.data.method.annotation.supportClassDescriptionSimple container for the value from binding a GraphQL argument to a higher level Object, along with a flag to indicate whether the input argument was omitted altogether, as opposed to provided but set to the "null" literal.Binder that instantiates and populates a target Object to reflect the complete structure of the
GraphQL arguments
input map.Container of configuration settings forGraphQlArgumentBinder
.