🚀 Features
- Allow control of AsyncData options - by Conrawl Rogers (58121)
- Enable reactivity of async query variables - by Conrawl Rogers (fa201)
- Enable type hint for apollo client ids - by Conrawl Rogers (bca65)
🐞 Bug Fixes
- Typing of useAsyncQuery and useLazyAsyncQuery; ensure proper assignment of clientId - by Conrawl Rogers (eea16)
- Ensure
useAsyncQuery
aheres to it's apollo client'sfetchPolicy
, allowingcache-first
override via thecache
flag. - by Conrawl Rogers (575c1) - Set default cookie sameSite attritube to
lax
- by Conrawl Rogers (4ac36) - Ensure plugin is typed for
$apollo
and$apolloHelpers
- by Conrawl Rogers (61d4b) - Improve typing for composables - by Conrawl Rogers (56de9)