Expand description
GraphQL schema generation from PostgreSQL schema cache.
Builds a dynamic GraphQL schema from the database schema cache, creating query and mutation types for each table.
Modules§
- object
- Table to GraphQL ObjectType conversion.
- relationship
- Relationship to GraphQL field conversion.
Structs§
- Generated
Schema - Represents a generated GraphQL schema.
- Mutation
Field - A mutation field for a table.
- Query
Field - A query field for a table (e.g., users, userByPk).
- Schema
Config - Configuration for schema generation.
Enums§
- Mutation
Type - Types of mutations.
Functions§
- build_
schema - Build a GraphQL schema from a schema cache.