This website covers our upcoming v3 alpha. For v2 docs, see our previous website.
Getting Started

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!

Didn't get what you want?

Head over to configuration or cli for more options!