mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
b274a2d240
Co-authored-by: Lyndon Maydwell <92299+sordina@users.noreply.github.com> Co-authored-by: Antoine Leblanc <1618949+nicuveo@users.noreply.github.com> Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com> Co-authored-by: hasura-bot <30118761+hasura-bot@users.noreply.github.com> Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> Co-authored-by: Ikechukwu Eze <22247592+iykekings@users.noreply.github.com> Co-authored-by: Aleksandra Sikora <9019397+beerose@users.noreply.github.com> Co-authored-by: Rishichandra Wawhal <27274869+wawhal@users.noreply.github.com> Co-authored-by: Naveen Naidu <30195193+Naveenaidu@users.noreply.github.com> Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com> GitOrigin-RevId: c9a8be3cb607f7767e9d6791717106adf123e3a8
20 lines
345 B
YAML
20 lines
345 B
YAML
type: bulk
|
|
args:
|
|
- type: drop_query_collection
|
|
args:
|
|
collection: test_collection
|
|
cascade: false
|
|
- type: drop_action
|
|
args:
|
|
name: get_user_by_email_1
|
|
- type: drop_action
|
|
args:
|
|
name: get_user_by_email_2
|
|
- type: set_custom_types
|
|
args: {}
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table test_table;
|
|
drop table user;
|