mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
0ff26100bf
GitOrigin-RevId: 1f2a1d21bfb9b2908d56305fa2dfb69270deafdf
937 B
937 B
Remote Schema (GraphQL Server) Boilerplates
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