public class InvalidIdTypeException
Throws when the KClass is not one of the supported types for a GraphQLID
| Constructor and Description |
|---|
InvalidIdTypeException(kotlin.reflect.KClass<?> kClass,
java.lang.String types)
Throws when the KClass is not one of the supported types for a GraphQLID
|