Hasura GraphQL Engine can combine schemas from multiple remote GraphQL servers and expose them at a single endpoint. You can write these GraphQL servers in any language and Hasura takes care of stitching together the schema from these servers (read more).
This directory contains boilerplates for GraphQL servers using various languages, frameworks and deployment runtimes:
Typical use-cases:
- Wrap existing REST endpoints: rest-wrapper