Varga György Márk

Results 24 comments of Varga György Márk

Yes. Please update the documentation ASAP! Thank you!

I hope it will get updated, because it is confusing and it would be so much easier to have this in the v4 documentation.

Thanks, but I am a little bit confused about the Apollo Client documentation. So here I have this implementation (according to the docs): ``` setup () { const { result:...

Thanks for your long answer! I've got cursor pagination as you can see in my implementation. So probably I should examine this: https://www.apollographql.com/docs/react/pagination/cursor-based/

@MechJosh0 Okay so here is whats happening to me: I've got quotes in the Apollo Cache, here it is: ![image](https://user-images.githubusercontent.com/22452368/103571914-063eb580-4ecc-11eb-86e8-941ae2e3846b.png) Now I removed what you said from the loadMore() function....

@MechJosh0 My problem is that my 'quotes' typePolicy doesn't get called at all. The merge() and read() function doesnt't executes. What can be the problem?

@MechJosh0 I started the project with Apollo Client 3, and it worked great until now. ![image](https://user-images.githubusercontent.com/22452368/103692705-761a7200-4f98-11eb-86a5-a49e2224b637.png) As you can see in this screenshot the quotes are `PaginatedItems` type, but I've...

Completely agree with this feature request! When this will happen?

I managed to get it working by doing this. In this function I am fetching some quotes and populating it with the character details who said the quote: ``` const...