Expand description
Field name case conversion (camelCase โ snake_case).
This module handles converting GraphQL field names (typically camelCase)
to PostgreSQL column names (typically snake_case).
Functionsยง
- normalize_
field_ path - Normalize a field path for database access.
- to_
camel_ case - Convert
snake_caseto camelCase. - to_
snake_ case - The canonical field-name โ
snake_caseJSONB-key rule.