https://github.com/damassi/relay-nextjs-example
Example of using Next 12 with Relay 13
https://github.com/damassi/relay-nextjs-example
Last synced: about 1 year ago
JSON representation
Example of using Next 12 with Relay 13
- Host: GitHub
- URL: https://github.com/damassi/relay-nextjs-example
- Owner: damassi
- Created: 2022-03-19T21:04:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T16:43:17.000Z (over 4 years ago)
- Last Synced: 2025-02-07T10:49:15.978Z (over 1 year ago)
- Language: TypeScript
- Size: 221 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example App showing how to use Relay 13 with Next.js 12 and connects to Artsy's GraphQL server.
```sh
yarn sync-schema
yarn dev
```