Skip to content

v0.0.1-beta.8

Pre-release
Pre-release

Choose a tag to compare

@jeddeloh jeddeloh released this 06 Sep 14:49
· 198 commits to master since this release

Breaking Changes

  • graphql-ppx configuration 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

  • FetchResult was incorrectly typed as having a single GraphqlError.t rather than an array
  • ErrorLink was incorrectly types as returning an option(NextLink.t) rather than option(Observable.t)

Documentation

  • Added example for cache configuration using reactive variables