useDynamicMutation support!
This release adds support for a useDynamicMutation
hook, which allows users to pass variables to the executeMutation
function returned by the hook at execution time, as opposed to at render time as useMutation
does.
Added
- Add
useDyanmicMutation
hook to support applying variables when callingexecuteMutation
. PR by @Schmavery and @sgrove here.
Fixed
- Restore CI by migrating off of GitHub Actions to Travis CI. PR by @parkerziegler here.