mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
a2cf9a53c2
GitOrigin-RevId: 3d1a7618a4ec086c2d255549a6c15087201e9ab0
20 lines
349 B
YAML
20 lines
349 B
YAML
type: bulk
|
|
args:
|
|
- type: create_event_trigger
|
|
args:
|
|
name: t1_cols
|
|
table:
|
|
schema: hge_tests
|
|
name: test_t1
|
|
update:
|
|
columns: ["c1", "c3"]
|
|
delete:
|
|
columns: "*"
|
|
webhook: http://127.0.0.1:5592/new
|
|
retry_conf:
|
|
num_retries: 5
|
|
interval_sec: 5
|
|
replace: true
|
|
- type: export_metadata
|
|
args: {}
|