Documentation - Getting started - @gqty/react missing
Closed this issue · 0 comments
mmailaender commented
It seems that in the getting started guide the hint is missing, that also @gqty/react needs to be installed.
If I'm following this guide: https://gqty.dev/docs/getting-started
and generate with codegen the src/gqty/index.js it adds this import:
import { createReactClient } from "@gqty/react";
But gqty/react is not available in my modules.
So it seems, that the guide is not mentioning, that @gqty/react needs to be installed.
I was installing
npm install gqty graphql
npm install -D @gqty/cli
like in the docs mentioned, but it seems, that there is no @gqty/react included