Skip to content

Commit 2352a30

Browse files
authored
docs: add gqty (graphql#1772)
1 parent c8f3508 commit 2352a30

File tree

1 file changed

+26
-0
lines changed
  • src/code/language-support/javascript/client

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: GQty
3+
description: The No-GraphQL client for TypeScript.
4+
url: http://gqty.dev/
5+
github: gqty-dev/gqty
6+
npm: "gqty"
7+
---
8+
9+
GQty is a query builder, a query fetcher and a cache manager solution all-in-one.
10+
11+
You interact with your GraphQL endpoint via Proxy objects. Under the hood, GQty captures what is being read, checks cache validity, fetch missing contents and then updates the cache for you.
12+
13+
Start using GQty by simply running our interactive codegen:
14+
15+
```bash
16+
# npm
17+
npx @gqty/cli
18+
19+
# yarn
20+
yarn dlx @gqty/cli
21+
22+
# pnpm
23+
pnpm dlx @gqty/cli
24+
```
25+
26+
GQty also provides framework specific integrations such as `@gqty/react` and `@gqty/solid`, which can be installed via our CLI.

0 commit comments

Comments
 (0)