mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-11 05:10:51 +03:00
parent
79414cb225
commit
be57394ead
@ -1,17 +0,0 @@
|
||||
# (MOVED) GraphQL Server Boilerplates
|
||||
|
||||
**The contents of this directory have been moved to [remote-schemas](../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](../../../remote-schemas.md)).
|
||||
|
||||
This directory contains boilerplates for writing GraphQL servers using various
|
||||
languages and frameworks.
|
||||
|
||||
- [Docs on Remote Schemas](https://docs.hasura.io/1.0/graphql/manual/remote-schemas/index.html)
|
||||
|
||||
## Architecture
|
||||
|
||||
![Remote schema architecture diagram](../../../assets/remote-schemas-arch.png)
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) GraphQL server using NodeJS and Apollo
|
||||
|
||||
**This folder has been moved to [remote-schemas/aws-lambda/nodejs](../../remote-schemas/aws-lambda/nodejs)**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) GraphQL server using NodeJS-Express
|
||||
|
||||
**This folder has been moved to [remote-schemas/aws-lambda/nodejs](../../remote-schemas/aws-lambda/nodejs)**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) GraphQL server using python-flask-graphene
|
||||
|
||||
**This folder has been moved to [remote-schemas/zeit-now/python/flask-graphene-sqlalchemy](../../remote-schemas/zeit-now/python/flask-graphene-sqlalchemy).**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) Examples
|
||||
|
||||
**The contents of this folder have been moved to [sample-apps](../sample-apps).**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) Firebase Auth + Hasura JWT
|
||||
|
||||
**This folder has been moved to [sample-apps/firebase-jwt](../../sample-apps/firebase-jwt).**
|
@ -1,4 +0,0 @@
|
||||
(MOVED) Live demo
|
||||
---------
|
||||
|
||||
**This folder has been moved to [sample-apps/react-apollo-todo](../../sample-apps/react-apollo-todo)**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) Realtime Chat using GraphQL Subscriptions
|
||||
|
||||
**This folder has been moved to [sample-apps/realtime-chat](../../sample-apps/realtime-chat).**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) realtime-location-tracking
|
||||
|
||||
**This folder has been moved to [sample-apps/realtime-location-tracking](../../sample-apps/realtime-location-tracking)**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) hasura-realtime-poll
|
||||
|
||||
**This folder has been moved to [sample-apps/realtime-poll](../../sample-apps/realtime-poll)**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) Serverless ETL demo using Hasura GraphQL Engine Event Triggers and Algolia Search
|
||||
|
||||
**This folder has been moved to [sample-apps/serverless-etl](../../sample-apps/serverless-etl).**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) Web notifications using Hasura GraphQL Engine Event Triggers and FCM
|
||||
|
||||
**This folder has been moved to [sample-apps/serverless-push](../../sample-apps/serverless-push).**
|
@ -1,3 +0,0 @@
|
||||
# (MOVED) Integrating Todo app with Auth0 and JWT authorization with Hasura GraphQL Engine
|
||||
|
||||
**This folder has been moved to [sample-apps/todo-auth0-jwt](../../sample-apps/todo-auth0-jwt).**
|
Loading…
Reference in New Issue
Block a user