All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added React
^17.0.0
to the list ofpeerDependencies
.
useResettableMutation
now rethrows the error to be consistent with Apollo Client.
- Improved
useResettableMutation
docs for error handling.
- Fixed incorrect typings for
useResettableMutation
mutation return type.
- Added
useAutoRefreshQuery
. - Improved docs with examples.
- Fixed the arguments in the
useResettableMutation
to be consistent with Apollo Client.
Initial release.