Package org.springframework.graphql.data
@NullMarked
package org.springframework.graphql.data
Support for various ways to implement
DataFetchers.-
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 argumentsinput map.Contract to customize the mapping of GraphQL argument names to Object properties.Container of configuration settings forGraphQlArgumentBinder.Specialization of theRepositorystereotype that marks a repository as intended for use in a GraphQL application for data fetching.