# samdenty/gqless

a GraphQL client without queries

Repository: https://github.com/samdenty/gqless
Canonical: https://ross.abutalabs.com/products/gqless
Homepage: https://gqty.dev/
Language: TypeScript
License Family: other
Topics: gqless, graphql, typescript, react, suspense
Last push: 2022-02-16T17:50:54+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2772, "days_push": 1659, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3656, forks 51 (observed 2026-08-28T04:08:13.168664+00:00)

## What it is
gqless is a TypeScript GraphQL client that lets you query GraphQL APIs by simply accessing typed objects, generating queries automatically without writing query strings. It integrates with React (including Suspense) and other frameworks for rapid frontend iteration.

## Use cases
- query a graphql api without writing query strings
- get fully typed graphql results in react
- fetch graphql data with suspense support
- rapidly iterate on frontend data fetching
- auto-generate graphql queries from typed usage
- replace apollo client with a lighter typed client

## When to choose
- you want type-safe GraphQL data access without maintaining .graphql query files
- you build React apps and want automatic query generation from object access
- you prefer minimal boilerplate for GraphQL clients in TypeScript

## When to avoid
- you need an actively maintained library with ongoing support and security patches
- you rely on official documentation, since the project's docs domain has expired
- you need features like subscriptions or advanced caching that mature clients like Apollo or urql provide

## Facets
- artifact type: library
- maturity: abandoned
- function: graphql, http-client, state-management, type-system
- domain: web-development, frontend, apis, developer-tools
- platform: browser, cross-platform
- tags: graphql-client, no-queries, react-hooks, suspense, code-generation, typescript, nodejs

## Member repositories
- samdenty/gqless (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.168664+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-29T18:31:38.449048+00:00, confidence not recorded.
  - readme: https://github.com/samdenty/gqless (fetched 2026-08-28T04:08:13.168664+00:00, sha 02071b8f6850)
  - homepage: https://gqty.dev/ (fetched 2026-08-29T09:26:17.436098+00:00, sha 64481a63ce69)
- Data as of 2026-08-30T08:39:29.467469+00:00.
