client.watchQuery cannot be called with fetchPolicy set to "standby" -- Error thrown on page load from useLazyQuery
Solution for me was to downgrade by setting "@apollo/client": "~3.4.0" in the package.
json and run npm install.
Check your package-lock.json to ensure you've replaced your 3.5.x version.