Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 351 Bytes

🌐 GraphQL Gateway Example

An example of GraphQL Gateway, Federated Schema Stitching, and GraphQL Shield Permissions.

📦 Local Development

Begin by installing the local dependencies

> yarn

Run the books service, games service, and gateway

> yarn dev

Access the gateway at http://localhost:9999