public class InvalidQueryTypeException
Exception thrown on schema creation if any query class is not public.
| Constructor and Description |
|---|
InvalidQueryTypeException(kotlin.reflect.KClass<?> klazz)
Exception thrown on schema creation if any query class is not public.
|