Type-First
Define GraphQL types using plain TypeScript types. No decorators, no runtime schema mutation.
Write types and resolvers in TypeScript, get a complete GraphQL API
Define GraphQL types using plain TypeScript types. No decorators, no runtime schema mutation.
Follow simple conventions, and gqlkit generates your schema AST and resolver map automatically.
Same code always produces the same outputs. Pure static analysis of your TypeScript code.