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