public class TypeNotSupportedException
Thrown when the generator does not have a type to map to in GraphQL or in the hooks.
| Constructor and Description |
|---|
TypeNotSupportedException(kotlin.reflect.KType kType,
java.util.List<java.lang.String> packageList)
Thrown when the generator does not have a type to map to in GraphQL or in the hooks.
|