Package org.springframework.graphql.data
@NonNullApi
@NonNullFields
package org.springframework.graphql.data
Support for various ways to implement
DataFetcher
s.-
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.Binder that instantiates and populates a target Object to reflect the complete structure of the
GraphQL arguments
input map.Specialization of theRepository
stereotype that marks a repository as intended for use in a GraphQL application for data fetching.