https://github.com/hesbon-osoro/github-graphql-server
Quickly convert GitHub REST API into GraphQL server.
https://github.com/hesbon-osoro/github-graphql-server
apollo-client github-api graphql nextjs typescript
Last synced: 7 months ago
JSON representation
Quickly convert GitHub REST API into GraphQL server.
- Host: GitHub
- URL: https://github.com/hesbon-osoro/github-graphql-server
- Owner: hesbon-osoro
- Created: 2022-11-22T20:50:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T21:18:10.000Z (about 3 years ago)
- Last Synced: 2025-05-19T21:44:45.949Z (8 months ago)
- Topics: apollo-client, github-api, graphql, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 668 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub GraphQL Server
Quickly convert GitHub REST API into GraphQL server.
Let Client request exact data using GraphQL Apollo Server
## Technologies
- Apollo Server
- TypeScript
- Node
- Axios
- GraphQL
- REST API
- GitHub
## Setup
```code
# Clone the repo
git clones https://github.com/hesbon-osoro/github-graphql-server.git
# Navigate to directory and install packages
cd github-graphql-server && yarn
# Start the Apollo Server
yarn start
```
Open the GraphQL explorer at [`localhost:4000`](http://localhost:4000) or [`localhost:4000/api/graphql`](localhost:4000/api/graphql)
Start requesting the exact data that you need unlike the REST API that provides all the data.
Demo


# REST User response



# REST Followers response
