Back to Graphql Engine

Sample boilerplates for Hasura Event Triggers

community/boilerplates/event-triggers/google-cloud-functions/nodejs8/README.md

2.48.16323 B
Original Source

Sample boilerplates for Hasura Event Triggers

echo: echo the trigger payload. Helps understanding the event payload and how to parse data.

mutation: insert related data on an insert event using graphql mutation. Helps understanding how to interact with database using GraphQL in the event trigger.