Core features of Genql
masterGenql is a type-safe GraphQL query builder designed for speed and safety. Key features include:
- Type Safety: Full TypeScript auto-completion and validation for queries.
- Zero Dependencies: Does not require the
graphqlpackage or runtime query parsing. - Scalar Fetching: Easily fetch all scalar fields in a type using
__scalar: true. - Client Agnostic: Works with any fetcher or client (e.g., Apollo, Relay).
- Advanced Support: Built-in support for Subscriptions and query batching.
- Environment Support: Runs in Browser, Node, Deno, Cloudflare Workers, Bun, and more.