Skip to content

v2.0.0

Choose a tag to compare

@GiladShoham GiladShoham released this 23 Feb 14:17
· 15 commits to master since this release

Rewrite a lot of the implementation in a better way which uses the originalError of graphqlError

API Changes:

  • onStoredError hook is no longer exist (actually the onOriginalError result now, is the same as the onStoredError before)
  • You should not use the throwError anymore (it was deleted), you can use the native throw now.