Skip to main content

Installation

To install the runtime client and the codegen CLI:

npm install gqless
npm install -D @gqless/cli graphql

Subscriptions support#

To add subscriptions support:

npm install @gqless/subscriptions

React bindings#

To use gqless with React

npm install @gqless/react

Development tools#

To improve development experience, you can add a logger:

npm install @gqless/logger
Last updated on by Nate Wienert