ConversionException
class ConversionException(val error: String, val sourceLocation: SourceLocation? = null) : SourceAwareException
An exception while converting to/from introspection
This most likely means the json/sdl was inconsistent or corrupted