https://github.com/dr3/graphql-mesh-example
An example of how to create a graphql gateway from an existing rest-api using Mesh & Envelop
https://github.com/dr3/graphql-mesh-example
Last synced: over 1 year ago
JSON representation
An example of how to create a graphql gateway from an existing rest-api using Mesh & Envelop
- Host: GitHub
- URL: https://github.com/dr3/graphql-mesh-example
- Owner: dr3
- Created: 2021-11-25T20:32:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T13:49:42.000Z (over 4 years ago)
- Last Synced: 2025-01-23T12:11:47.758Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-mesh-example
This is a demo of a graphql gateway built with Mesh, using a source of existing REST APIs with swagger documentation. There are two packages in this repo:
## ✨ gateway
This is a graphql gateway api, built using Mesh & Envelop.
### How to run
```
yarn workspace gateway start
```
## 📠 rest-api
This is an example REST api. For this demo we can pretend this already existed and is perhaps built by another team.
## How to run
```
yarn workspace rest-api start
```