aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
758 stars 45 forks source link

Support pagination as separate case in the update helpers. #70

Closed Hasan-git closed 4 years ago

wtrocki commented 5 years ago

Thanks for reporting this issue. See the conversation from #69. Added that to roadmap and going to provide a proposal for this soon.

Hasan-git commented 5 years ago

@wtrocki Please check this apollo-offline-pagination-demo. I was playing around. It still have one issue in cacheRedicrects response to work as expected

wtrocki commented 5 years ago

This is amazing! I really appreciate it! It clearly shows the core of the problem. We are currently working on conflict and package refactoring but hoping to get into that area soon.

wtrocki commented 5 years ago

Apollo team is working now on spec for pagination - including local based cache pagination. We are hoping to contribute there and then make changes in our offix libraries to apply the best patterns for both.

Hasan-git commented 5 years ago

We are hoping to contribute there

Would you please provide any link

wtrocki commented 5 years ago

Sadly there is no PR yet. We going to still do some fixes in this repo.

wtrocki commented 5 years ago

So Apollo is working on this feature for some time but without any deadlines or target set yet. To provide valuie for community we will investigate using relay as base that have much better support for offline and pagination.

wtrocki commented 4 years ago

Thank you for creating issue. We are going to work on this and have created separate issues to resolve it.