Varga György Márk
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:  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.  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...
Any update on this?