pub fn to_schema_name(rust_type: &str) -> String
Convert type name to schema constant name: "Planet" → "PlanetSchema"
"Planet"
"PlanetSchema"