An open API service indexing awesome lists of open source software.

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

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
```