mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
d6a3cf337f
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. |
||
---|---|---|
.. | ||
nodejs-apollo | ||
nodejs-express | ||
python-flask-graphene | ||
README.md |
(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.