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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
I'm using 3.1.2 and see the generated types for a lazy hook are missing a lot of the default options.
The query (non-lazy) one extends on the base which has all options as documented and correctly.
While the lazy options are only referring to:
So at the moment, i'm unable to set for example
fetchPolicy
as documented on https://www.apollographql.com/docs/react/api/react-hooks/#uselazyquery when using your generated types. When using theuseLazyQuery
from the library:This is a bug :) and created a PR for it
environment:
The text was updated successfully, but these errors were encountered: