Skip to content

v1.3.0

Choose a tag to compare

@Akryum Akryum released this 08 Jan 02:18

New

  • The throttle and debounce options apply lodash throttle and debounce on the query when Vue variables change. Specify either a number of milliseconds or an object with the wait option (in milliseconds) and the lodash options.

Fixes

  • When the query was rerun after variables change, the apollo cache was not used; apollo setVariables has been replaced with setOptions.
  • Misc. loading count fix.