🎉v1 (Beta)
Pre-release
Pre-release
This represents the beta release of v1, which provides support for urql
v1.
Added
- Bindings for
Query
,Mutation
, andSubscription
components. - Bindings for
Client
with support for exchanges. - Bindings for
Provider
. - Bindings for
urql
's type interfaces, utils, and helpers. - Examples for
Query
,Mutation
,Subscription
, exposed exchanges, custom exchanges, and imperativeClient
methods. - First tests for
UrqlClient
.