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:
This is a graphql gateway api, built using Mesh & Envelop.
yarn workspace gateway start
This is an example REST api. For this demo we can pretend this already existed and is perhaps built by another team.
yarn workspace rest-api start