Binding to urql 1.10
Pre-release
Pre-release
·
69 commits
to main
since this release
This release fixes some important bugs identified in the v2.0.0 release.
Fixed
- Properly handle
nullon thedatafield in the GraphQL response. This was a regression from v1.7.0. PR by @parkerziegler and @gaku-sei here. - Revert to using
[@bs.deriving abstract]to internally createPartial<OperationContext>objects. PR by @parkerziegler here.