Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 499 Bytes

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