# stepci/garph

Fullstack GraphQL Framework for TypeScript

Repository: https://github.com/stepci/garph
Canonical: https://ross.abutalabs.com/products/garph
Homepage: https://garph.dev
Language: TypeScript
License: MIT
License Family: permissive
Topics: graphql, schema-builder, typescript, trpc
Last push: 2024-03-01T21:55:54+00:00

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

## Adoption (not part of the score)
Stars 1313, forks 18 (observed 2026-08-28T04:04:20.391740+00:00)

## What it is
Garph is a fullstack GraphQL framework for TypeScript that lets you build GraphQL APIs with a tRPC-style schema builder and no codegen. It provides end-to-end type inference for schemas and resolvers and integrates with servers like graphql-yoga.

## Use cases
- build a graphql api in typescript without codegen
- define graphql schemas with type inference
- create a tRPC-like typed api layer over graphql
- set up a graphql server with graphql-yoga
- infer resolver types from schema definitions

## When to choose
- you want end-to-end TypeScript type safety for GraphQL without running codegen
- you prefer a tRPC-style builder API for defining schemas
- you want a lightweight framework that pairs well with graphql-yoga

## When to avoid
- you need a mature, widely-adopted GraphQL stack with large ecosystem support
- your project relies on SDL-first workflows or existing codegen tooling
- you need frequent updates or long-term guaranteed maintenance

## Facets
- artifact type: framework
- maturity: maintenance
- function: graphql, api-framework, web-framework, type-system, http-server
- domain: web-development, backend, apis, developer-tools
- platform: cross-platform
- tags: schema-builder, codegen-free, trpc-style, end-to-end-type-safety, graphql-yoga, nodejs, typescript, web-server

## Member repositories
- stepci/garph (main) score 31

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:20.391740+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-30T04:48:56.106068+00:00, confidence not recorded.
  - readme: https://github.com/stepci/garph (fetched 2026-08-28T04:04:20.391740+00:00, sha b16a711bd529)
  - homepage: https://garph.dev (fetched 2026-08-29T12:07:50.167087+00:00, sha a431659ee567)
  - site_page: https://garph.dev/docs/index.html (fetched 2026-08-29T12:07:50.176259+00:00, sha 6cf7126ef29b)
  - site_page: https://garph.dev/docs (fetched 2026-08-29T12:07:50.178301+00:00, sha 91f5596a0bb5)
  - registry_npm: https://registry.npmjs.org/garph (fetched 2026-08-29T12:07:50.180048+00:00, sha 9135e1dad795)
- Data as of 2026-08-30T08:39:29.467469+00:00.
