graphql-engine/community/boilerplates/remote-schemas
Rikin Kachhia 3696d92743 add github workflow to compress new images in PRs
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: cfef3585b120d82cafe5343cfceddbcd05969a15
2021-03-10 20:55:02 +00:00
..
_assets add github workflow to compress new images in PRs 2021-03-10 20:55:02 +00:00
auth0-wrapper docs: docs for remote joins (close #4911) (#5132) 2020-07-07 14:47:42 -07:00
aws-lambda/nodejs add hello-world remote-schema boilerplates for major serverless providers (#1694) 2019-03-05 21:45:39 +05:30
azure-functions/nodejs add hello-world remote-schema boilerplates for major serverless providers (#1694) 2019-03-05 21:45:39 +05:30
google-cloud-functions/nodejs community: update remote schema boilerplate (#1938) 2019-07-31 06:24:50 +00:00
rest-wrapper add rest-wrapper remote schema boilerplate (#1826) 2019-03-20 16:15:45 +05:30
zeit-now add hello-world remote-schema boilerplates for major serverless providers (#1694) 2019-03-05 21:45:39 +05:30
README.md update docs link to avoid redirects 2021-03-01 18:51:18 +00:00

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