graphql-engine/community/boilerplates/remote-schemas/README.md
Praveen Durairaju 0ff26100bf update docs link to avoid redirects
GitOrigin-RevId: 1f2a1d21bfb9b2908d56305fa2dfb69270deafdf
2021-03-01 18:51:18 +00:00

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:

Docs

Remote Schema documentation

Architecture

Remote schema architecture diagram