v0.0.1-beta.8
Pre-release
Pre-release
·
198 commits
to master
since this release
Breaking Changes
graphql-ppxconfiguration is now camelCased in bsconfig (this is actually deprecated in graphql-ppx but I'm not going to remember to tell you when it breaks later)
Features
- Added bindings for close method on
SubscriptionClient - Added bindings for
FieldReadFunction
Bug Fixes
FetchResultwas incorrectly typed as having a singleGraphqlError.trather than anarrayErrorLinkwas incorrectly types as returning anoption(NextLink.t)rather thanoption(Observable.t)
Documentation
- Added example for cache configuration using reactive variables