Skip to content

Binding to urql 1.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@parkerziegler parkerziegler released this 10 Sep 17:27
· 67 commits to main since this release

This release fixes some important bugs identified in the v2.0.0 release.

Fixed

  • Properly handle null on the data field 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 create Partial<OperationContext> objects. PR by @parkerziegler here.

Diff

v2.0.0...v2.1.0-rc0