graphql-engine/community/boilerplates/remote-schemas
Tirumarai Selvan d6a3cf337f add hello-world remote-schema boilerplates for major serverless providers (#1694)
A hello world schema is provided with local dev and deployment instructions for AWS Lambda, Google Cloud Functions and Azure Functions.

Older boilerplates are cleaned up.
2019-03-05 21:45:39 +05:30
..
_assets refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
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 add hello-world remote-schema boilerplates for major serverless providers (#1694) 2019-03-05 21:45:39 +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 refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30

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 writing GraphQL servers using various languages and frameworks.

Architecture

Remote schema architecture diagram