Quickstart
To start using GQty, run @gqty/cli
with your favourite packager.
Even Quicker Start!
Run the following command with your endpoint as an argument to skip the interactive setup and jump right in!
After the interactive setup, you should now see these files in your project:
.
├─ gqty
│ ├─ index.ts
│ └─ schema.generated.ts
└─ gqty.config.ts
You are all set! Head over to one of the following section to create your first fetching component!
React
For React compatible UI frameworks, such as Next.js, React and Preact.
Core
A framework agnostic way to use GQty.
Didn't get what you want?
Head over to configuration or cli for more options!