bs-platform 6 Support 🎉
This release migrates us to [email protected]
and ensures reason-urql
is compatible for codebases using latest bs-platform
.
Added
- Documentation on using
graphql_ppx_re
withreason-urql
. PR by @huy-nguyen here. - Improved Getting Started documentation. PR by @parkerziegler here.
Changed
- Fix type for
pause
argument toQuery
component for[email protected]
. PR by @gugahoa here. - Migrate to
[email protected]
in source. Fix compiler warnings. RenamepartialOperationContextFn
toexecuteQuery
. This is a breaking change.