Skip to main content

RICH_SCALARS

Constant RICH_SCALARS 

Source
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.