public class InvalidFederatedRequest
GraphQLError returned when federated representation cannot be resolved by any type resolvers.
| Constructor and Description |
|---|
InvalidFederatedRequest(java.lang.String errorMessage)
GraphQLError returned when federated representation cannot be resolved by any type resolvers.
|
| Modifier and Type | Method and Description |
|---|---|
graphql.ErrorClassification |
getErrorType() |
java.util.List<graphql.language.SourceLocation> |
getLocations() |
java.lang.String |
getMessage() |