You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic implementation done in #78 does not allow for pagination. If we are to use the graphql endpoint to get more data, we will need to implement pagination in the client.
The text was updated successfully, but these errors were encountered:
The pagination should be implemented in a way that allows for "deep pagination". I.e. look for the deepest next page token and rotate it until hasNextPage = false
The basic implementation done in #78 does not allow for pagination. If we are to use the graphql endpoint to get more data, we will need to implement pagination in the client.
The text was updated successfully, but these errors were encountered: