# Genql Client

Genql Client is a toolkit to build the Graphql Api schema into a type safe SDK handled by [genql](https://genql.dev).

## Install

```
pnpm i
```

## Build

```
pnpm build
```
