graphql-engine/community/boilerplates/remote-schemas
2019-03-20 16:15:45 +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
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 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