An open API service indexing awesome lists of open source software.

https://github.com/damassi/apollo-pagination-example

Example app showcasing cursor-based pagination in Apollo
https://github.com/damassi/apollo-pagination-example

apollo developer-happiness graphql react

Last synced: about 2 months ago
JSON representation

Example app showcasing cursor-based pagination in Apollo

Awesome Lists containing this project

README

          

# Apollo Pagination Example

Cursor-based pagination in [Apollo](https://github.com/apollographql/apollo-client). Connects to Metaphysics, Artsy's [GraphQL service](https://metaphysics-staging.artsy.net)

![apollo](https://user-images.githubusercontent.com/236943/33898707-126c606c-df1e-11e7-98c6-8d30b8cd63e3.gif)

```sh
yarn install
yarn start
```