Uses of Package
org.springframework.graphql.data
Package
Description
Support for various ways to implement
DataFetcher
s.Resolvers for method parameters of annotated handler methods.
-
ClassDescriptionSimple 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.
-
ClassDescriptionBinder that instantiates and populates a target Object to reflect the complete structure of the
GraphQL arguments
input map.