Module types

Module types 

Source
Expand description

PostgreSQL to GraphQL type mapping.

Enums§

GraphQLType
Represents a GraphQL type.

Functions§

is_nullable_type
Check if a PostgreSQL type is nullable in GraphQL context.
pg_type_to_graphql
Maps a PostgreSQL type name to a GraphQL type.