Jon Lee

Results 3 comments of Jon Lee

I am also having this issue. I simply created a workspace, and ran the same generators as original poster. I'm on a Mac, running Big Sur. ``` Node : 16.15.1...

> Another workaround may be to not rely on `onCompleted` and use the promise's `then()` instead: > > ```js > const [getUsers, { loading, data }] = useLazyQuery(USERS_QUERY); > //...