Federico Bevione

Results 15 comments of Federico Bevione

Hi there, what about this?

Do you plan a typescript migration for typing support? Or just a .d.ts file? I could deal with a typescript migration.

Hi there, I guess the issue is with the function `setenv` in the piece of code @TD-er has just mentioned. But the reason is really tricky, I guess [here](https://stackoverflow.com/a/5876818/11845347) is...

Exact same problem here but without webpack. I'm using typescript and simple `tsc` for compilation

@Yamashou I'm using an old version of the library, I'll update to a new version and I'll let you know.

I've been working on a problem similar to this for days. I have an infinite-scoll list, for that reason I use the `fetchMore` function to incrementally load the required data;...

@Momics, Have you implemented a custom `InMemoryCache` field resolver for you query? If you haven't, have a look at the [documentation about how to customize the cache behavior](https://www.apollographql.com/docs/react/caching/cache-field-behavior/): with a...

@jakubnavratil I totally agree with you. I guess the only way to refetch from network is to call the `refetch` function returned by the `useQuery` hook. Of course the fetchPolicy...

Hi there, any news here? Is there a workaround waiting for the feature? Thanks