Uses of Class
org.springframework.graphql.data.federation.RepresentationException
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.-
Uses of RepresentationException in org.springframework.graphql.data.federation
Modifier and TypeClassDescriptionclass
Specialization ofRepresentationException
that indicates a resolver returnednull
or completed empty.