Simple, safe API
GraphQL client is super easy to use, with a small API surface and safe data-structures from our Boxed library (AsyncData
, Result
, Future
).
Fast by default
With a normalized cache out of the box, your application feels ⚡️ blazing fast ⚡️ and updates the UI automatically when recent data is fetched.
Built with types in mind
Compatible with typed documents, get your TypeScript compiler to understand the data that goes through your application.