Generate an SDK
for any GraphQL API
Genql turns you GraphQL API into a type safe SDK for your language of choice. Get a developer hub with examples and documentation for your API.

import { createClient, everything } from '@genql/my-lib'

await createClient().query({
    User: {
        name: true,
        surname: true,
        address: {
            ...everything,
        }
    }
})
Auto completion
Genql generates a TypeScript sdk for your GraphQL API.

You get IDE auto completion for your API and writing queries becomes a breeze.
Type Validation
Every query written with genql is validated against its schema, you can't write invalid queries anymore

Fixing your queries after a schema change becomes very easy
Resources
Who made this?
Proudly sponsored by Notaku