graphql-engine/community/boilerplates/graphql-servers
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
..
nodejs-apollo add hello-world remote-schema boilerplates for major serverless providers (#1694) 2019-03-05 21:45:39 +05:30
nodejs-express add hello-world remote-schema boilerplates for major serverless providers (#1694) 2019-03-05 21:45:39 +05:30
python-flask-graphene refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
README.md refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30

(MOVED) GraphQL Server Boilerplates

The contents of this directory have been moved to remote-schemas.

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