public class UnsupportedLinkImportException
extends java.lang.RuntimeException
Unsupported imports:
- specifying object import without specifying String name
- specifying object rename that is not a String
- attempting to import definition that is not a String nor an object definition
- attempting to import
| Constructor and Description |
|---|
UnsupportedLinkImportException(java.lang.String importedDefinition) |
UnsupportedLinkImportException(graphql.language.Value importedDefinition) |