Features#
Invisible data fetching#
Simply access data and it will magically appear. Queries are generated automatically, so you never need to write another line of GraphQL again.
Typescript#
Typescript support is built-in and enabled by default. Run code-generation only when your API changes.
Editor intellisense#
You get awesome DX out the box, with docs displayed inline (no extensions required)
Server-side Rendering#
We fully support Server-Side rendering (SSR), with focused support for Next.js
Cache#
The built-in normalized cache automatically caches everything for you
Subscriptions#
Subscriptions support. More info here