You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.