1 repositorio
Importing types from existing runtime schemas to facilitate incremental migrations or cross-schema composition.
Distinct from Existing Codebase Integrations: Candidates focus on SQL schema integration or type inference, not the import of existing executable GraphQL types.
Explore 1 awesome GitHub repository matching development tools & productivity · Executable Schema Integration. Refine with filters or upvote what's useful.
Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl
Imports types from existing executable schemas to allow for incremental migrations and cross-schema integration.