Returns the schema-based prefix for programmatic identifiers (class names, GraphQL types).
This is the single source of truth for schema-to-prefix mapping, shared by both TypeScript
codegen and SQL (via GetClassNameSchemaPrefix function in the database).
Returns the schema-based prefix for programmatic identifiers (class names, GraphQL types). This is the single source of truth for schema-to-prefix mapping, shared by both TypeScript codegen and SQL (via GetClassNameSchemaPrefix function in the database).
Special cases:
__mj(core MJ schema) →"MJ"MJ(literal schema name) →"MJCustom"(prevents collision with core schema prefix)