Back to Graphql Engine

Boilerplates for Azure Cloud Function serverless functions and Hasura GraphQL Engine's Event Triggers

community/boilerplates/event-triggers/azure-functions/README.md

2.48.16972 B
Original Source

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 languages. See issues and the following checklist:

Folder nameUse-caseJavascriptJavaC#F#
echoecho the trigger payload
mutationinsert related data on an insert event using graphql mutation
push-notificationsend push notification on database event
etltransform the trigger payload and update an algolia index

Pre-requisites

  1. Running instance of Hasura GraphQL
  2. You already have a Azure account with billing enabled.
  3. Install azure-cli
  4. Install azure-functions-core-tools