mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
f83a8e591f
Rename the admin secret key header used to access GraphQL engine from X-Hasura-Access-Key to X-Hasura-Admin-Secret. Server CLI and console all support the older flag but marks it as deprecated. |
||
---|---|---|
.. | ||
nodejs | ||
README.md |
Boilerplates for Azure Cloud Function serverless functions and Hasura GraphQL Engine's Event Triggers
NOTE Some of the language/platforms are work in progress. We welcome contributions for the WIP langauages. See issues and the following checklist:
Folder name | Use-case | Javascript | Java | C# | F# |
---|---|---|---|---|---|
echo | echo the trigger payload | ✅ | ❌ | ❌ | ❌ |
mutation | insert related data on an insert event using graphql mutation | ✅ | ❌ | ❌ | ❌ |
push-notification | send push notification on database event | ❌ | ❌ | ❌ | ❌ |
etl | transform the trigger payload and update an algolia index | ❌ | ❌ | ❌ | ❌ |
Pre-requisites
- Running instance of Hasura GraphQL
- You already have a Azure account with billing enabled.
- Install azure-cli
- Install azure-functions-core-tools