gqty-dev/gqty
The No-GraphQL Client for TypeScript observed · 2026-09-03
Health v2 · maintenance only
80/100
- Activity 100
- Release rhythm 42
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 1910
- days_rel: 311
- days_push: 0
- n_releases_24m: 249
Adoption not part of the score
1038 stars · 36 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
graphql http-client state-management sdk web-development frontend apis developer-tools browser cross-platform graphql-client typescript codegen react nextjs no-graphql nodejs
2 sources
- readme: https://github.com/gqty-dev/gqty · fetched 2026-09-03 · bc9988eb7e2a
- homepage: https://gqty.dev · fetched 2026-08-29 · 64481a63ce69
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gqty-dev/gqty | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem