pub const RICH_SCALARS: &[&str];Expand description
Rich scalar types with validation rules beyond basic GraphQL scalars.
These are scalar types with application-level validation rules. They are stored as TEXT in PostgreSQL and validated at the application level.