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
- Host: GitHub
- URL: https://github.com/damassi/apollo-pagination-example
- Owner: damassi
- Created: 2017-11-28T05:30:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T17:26:07.000Z (over 8 years ago)
- Last Synced: 2025-04-01T19:28:27.114Z (about 1 year ago)
- Topics: apollo, developer-happiness, graphql, react
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

```sh
yarn install
yarn start
```