graphql-engine/community/boilerplates/event-triggers/aws-lambda/nodejs6
Samir Talwar d9afcc1857 Upgrade all package-lock.json files to the v2 format.
NPM v7 uses a new (backwards-compatible) lockfile format. This upgrades all our various _package-lock.json_ files to use the new format.

It's much more verbose so that NPM can be a lot faster.

I figured it was cleaner to do this once in a separate PR rather than upgrading them in combination with adding or upgrading a new dependency.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5869
GitOrigin-RevId: 322fb63b96e2d873a4a3cc05fa6c7afa414716ce
2022-09-28 08:15:29 +00:00
..
echo refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
mutation Upgrade all package-lock.json files to the v2 format. 2022-09-28 08:15:29 +00:00
README.md refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30

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.