Module object

Module object 

Source
Expand description

Table to GraphQL ObjectType conversion.

Structs§

GraphQLField
Represents a GraphQL field derived from a database column.
TableObjectType
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.