urql 1.4.0 Compatibility
This release migrates our dependency on urql
to v1.4.0. This adds support for setting a default requestPolicy
on the Client, in addition to setting up polling for your GraphQL queries using the pollInterval
argument to useQuery
and the Query
component.
Added
- Add option to set a default
requestPolicy
on the Client. PR by @JoviDeCroock here. - Add
pollInterval
argument touseQuery
hook andQuery
component. PR by @JoviDeCroock here.