mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
update serverless trigger boilerplate for go (#801)
This commit is contained in:
parent
45c347552e
commit
f07e460c59
@ -9,8 +9,8 @@ Some of the language/platforms are work in progress. We welcome contributions fo
|
||||
|
||||
| Folder name | Use-case| Node.js(6) | Python | Java | Go | C#
|
||||
|-------------|---------|:--------:|:------:|:----:|:---:|:---:
|
||||
| echo | echo the trigger payload | ✅ | ✅ | ❌ | ❌ | ❌
|
||||
| mutation | insert related data on an insert event using graphql mutation | ✅ | ✅ | ❌ | ❌ | ❌
|
||||
| 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 | ❌ | ❌ | ❌ | ❌ | ❌
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user