@PublicApi public class UnresolvedTypeException extends GraphQLException
TypeResolver fails to give back a concrete type
for an interface or union type at runtime.| Constructor and Description |
|---|
UnresolvedTypeException(GraphQLOutputType interfaceOrUnionType) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLOutputType |
getInterfaceOrUnionType() |
public UnresolvedTypeException(GraphQLOutputType interfaceOrUnionType)
public GraphQLOutputType getInterfaceOrUnionType()