1 Repo
Adding derived fields to a global identification interface shared across multiple API types.
Distinct from Interface Extensions: Candidates focus on language-level interface inheritance or UI plugins, not GraphQL schema interface extensions.
Explore 1 awesome GitHub repository matching web development · Global Interface Extensions. 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
Adds custom derived fields to the global identification interface for all types that implement it.