Expand description
Table to GraphQL ObjectType conversion.
Structs§
- GraphQL
Field - Represents a GraphQL field derived from a database column.
- Table
Object Type - Represents a GraphQL ObjectType derived from a database table.
Functions§
- to_
camel_ case - Convert a snake_case string to camelCase.
- to_
pascal_ case - Convert a snake_case string to PascalCase.