# gqty-dev/gqty

The No-GraphQL Client for TypeScript

Repository: https://github.com/gqty-dev/gqty
Canonical: https://ross.abutalabs.com/products/gqty
Homepage: https://gqty.dev
Language: TypeScript
License: MIT
License Family: permissive
Topics: graphql, react, nodejs, javascript, typescript, codegen, discord, hacktoberfest, nextjs
Last push: 2026-09-03T00:02:52+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 100, release rhythm 42, longevity 100
- inputs: {"age_days": 1910, "days_push": 0, "days_rel": 311, "gap_med": 0.0, "n_releases_24m": 249}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1038, forks 36 (observed 2026-09-03T02:15:12.509588+00:00)

## What it is
GQty is a TypeScript GraphQL client that automatically detects data requirements from your code, eliminating the need to hand-write GraphQL queries. It provides first-class TypeScript autocomplete and realtime type errors when your API schema changes.

## Use cases
- query a graphql api without writing graphql queries
- get typescript autocomplete for graphql data fetching
- see type errors when the graphql schema changes
- fetch data in a react or nextjs app with minimal boilerplate
- generate a typed graphql client from a schema

## When to choose
- you want a fully typed graphql client without maintaining query documents
- your team works in TypeScript and values realtime schema-change feedback
- you use React or Next.js and want automatic data-requirement detection

## When to avoid
- you need a mature, widely-adopted client like Apollo or urql for large teams
- you prefer explicit query documents for review and caching control
- you don't use TypeScript and won't benefit from its core value

## Facets
- artifact type: library
- maturity: active
- function: graphql, http-client, state-management, sdk
- domain: web-development, frontend, apis, developer-tools
- platform: browser, cross-platform
- tags: graphql-client, typescript, codegen, react, nextjs, no-graphql, nodejs

## Member repositories
- gqty-dev/gqty (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:12.509588+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:04:15.650193+00:00, confidence not recorded.
  - readme: https://github.com/gqty-dev/gqty (fetched 2026-09-03T02:15:12.509588+00:00, sha bc9988eb7e2a)
  - homepage: https://gqty.dev (fetched 2026-08-29T13:04:54.354740+00:00, sha 64481a63ce69)
- Data as of 2026-08-30T08:39:29.467469+00:00.
