apollographql / apollo-link

:link: Interface for fetching and modifying control flow of GraphQL requests
https://www.apollographql.com/docs/link/
MIT License
1.44k stars 347 forks source link

Pagination Apollo v3 #1290

Open yeomann opened 4 years ago

yeomann commented 4 years ago

Hi,

I'm using fetchmore updateQueries but getting warning in console that updateQueries is maybe depreciated

İ have searched on documents enough but i don't see any example how to implement offset pagination without using updateQueries method.

Could you provide a bare simple example please

Many thanks in advance.