Skip to content

An example of how to create a graphql gateway from an existing rest-api using Mesh & Envelop

Notifications You must be signed in to change notification settings

dr3/graphql-mesh-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of how to create a graphql gateway from an existing rest-api using Mesh & Envelop

Resources

Stars

Watchers

Forks