Uses of Package
org.springframework.graphql.data.method.annotation.support
Packages that use org.springframework.graphql.data.method.annotation.support
Package
Description
Integration for Apollo federation that provides a
FederationSchemaFactory to
set up the schema with, and supports the fetching of federated types
via @EntityMapping
controller methods.Resolvers for method parameters of annotated handler methods.
-
Classes in org.springframework.graphql.data.method.annotation.support used by org.springframework.graphql.data.federationClassDescriptionConvenient base for classes that find annotated controller method with argument values resolved from a
DataFetchingEnvironment. -
Classes in org.springframework.graphql.data.method.annotation.support used by org.springframework.graphql.data.method.annotation.supportClassDescriptionConvenient base for classes that find annotated controller method with argument values resolved from a
DataFetchingEnvironment.Extension ofInvocableHandlerMethodSupportfor handler methods that resolve argument values from aDataFetchingEnvironment.Mapping information for a controller method to be registered as aDataFetcher.Extension ofDataFetcherExceptionResolverwith overloaded method to apply at the point of DataFetcher invocation to allow local exception handling.Resolver for a method argument of typeSubrangeinitialized from "first", "last", "before", and "after" GraphQL arguments.