mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 14:27:59 +03:00
92ef504c9e
* add url templating for event triggers Co-authored-by: Brandon Simmons <brandon.m.simmons@gmail.com>
10 lines
141 B
YAML
10 lines
141 B
YAML
type: bulk
|
|
args:
|
|
- type: delete_event_trigger
|
|
args:
|
|
name: t1_all
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table hge_tests.test_t1
|