# 0no-co/gql.tada

🪄 Magical GraphQL query engine for TypeScript

Repository: https://github.com/0no-co/gql.tada
Canonical: https://ross.abutalabs.com/products/gqltada
Homepage: https://gql-tada.0no.co
Language: TypeScript
License: MIT
License Family: permissive
Topics: graphql, typescript
Last push: 2026-08-22T05:39:54+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 95, longevity 82
- inputs: {"age_days": 1155, "days_push": 11, "days_rel": 39, "gap_med": 0.0, "n_releases_24m": 43}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2968, forks 62 (observed 2026-08-28T04:07:32.625798+00:00)

## What it is
gql.tada is a GraphQL document authoring library for TypeScript that infers result and variables types of queries and fragments directly in the TypeScript type system. It provides on-the-fly, schema-aware type safety, auto-completion, and diagnostics in the editor without a separate codegen step.

## Use cases
- write type-safe GraphQL queries in TypeScript without codegen
- get autocomplete and diagnostics for GraphQL documents in the editor
- infer result and variables types of GraphQL queries automatically
- enforce fragment colocation and fragment masking
- replace GraphQL code generation workflows with type-level inference

## When to choose
- you write GraphQL in a TypeScript frontend and want instant type feedback
- you want to avoid running a codegen loop after every schema or query change
- you use urql or another client and want typed documents with fragment masking

## When to avoid
- your project is not in TypeScript
- you prefer a traditional codegen pipeline with generated files
- you don't use GraphQL in your stack

## Facets
- artifact type: library
- maturity: active
- function: graphql, graphql-client, type-system, developer-tools
- domain: web-development, frontend, apis, developer-tools
- platform: cross-platform
- tags: graphql-codegen, type-safety, editor-plugin, fragment-masking, schema-aware, nodejs, typescript

## Member repositories
- 0no-co/gql.tada (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:32.625798+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:31:51.732859+00:00, confidence not recorded.
  - readme: https://github.com/0no-co/gql.tada (fetched 2026-08-28T04:07:32.625798+00:00, sha d858196b461d)
  - homepage: https://gql-tada.0no.co (fetched 2026-08-29T09:47:21.450160+00:00, sha 39a23193c1ef)
  - site_page: https://gql-tada.0no.co/get-started (fetched 2026-08-29T09:47:21.459306+00:00, sha 51764e3e693a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
