The purpose of this repo is to illustrate examples of createPaginationContainer, createRefetchContainer, mutations and subscriptions using Relay Modern.
to run locally
- clone repo
- yarn install
- yarn start
- Uses the createPaginationContainer for pagination and refetching searched variables.
- Users subscriptions to update vote count
- Uses the createRefetchContainer for pagination and refetching searched variables.