Uses of Enum Class
org.springframework.graphql.execution.ErrorType
Packages that use ErrorType
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.Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL.-
Uses of ErrorType in org.springframework.graphql.data.federation
Methods in org.springframework.graphql.data.federation that return ErrorTypeModifier and TypeMethodDescriptionRepresentationException.getErrorType()The classification for the error,BAD_REQUESTif the "__typename" argument was missing, orINTERNAL_ERRORotherwise. -
Uses of ErrorType in org.springframework.graphql.execution
Methods in org.springframework.graphql.execution that return ErrorType