◐ Shell
clean mode source ↗

GitHub - github/github-graphql-relay-example: Example Relay Modern app using GitHub's GraphQL API

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Aug 28, 2023. It is now read-only.

GitHub GraphQL Relay example application

Demonstrates how to use Relay Modern to build a simple repository listing web view against the GitHub GraphQL API.

screenshot

Running locally

First, you'll need a GitHub API access token to make GraphQL API requests. You can get that here.

$ git clone https://github.com/github/github-graphql-relay-example
$ cd github-graphql-relay-example/
$ API_TOKEN=abc123 yarn start

Once your server is running, you can open http://localhost:3000.

See also

About

Example Relay Modern app using GitHub's GraphQL API

Resources

Readme

License

MIT license

Code of conduct

Code of conduct

Contributing

Contributing

Security policy

Security policy

Activity

Custom properties

Stars

109 stars

Watchers

0 watching

Forks

20 forks

Releases

No releases published