Skip to content

useDynamicMutation support!

Compare
Choose a tag to compare
@parkerziegler parkerziegler released this 08 Dec 18:22

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 calling executeMutation. PR by @Schmavery and @sgrove here.

Fixed

Diff

v1.3.0...v1.4.0