mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-25 00:13:11 +03:00
582d78110f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3453 GitOrigin-RevId: 59fee1460c5571322988b1f558a91ebeb2d55d22
81 lines
1.5 KiB
YAML
81 lines
1.5 KiB
YAML
type: bulk
|
|
args:
|
|
- type: drop_action
|
|
args:
|
|
name: create_user
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: create_users
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: mirror
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: mirror_transformed
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: mirror_transformed_output
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: mirror_headers
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: get_user_by_email
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: get_user_by_email_nested
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: get_user_by_email_nested_transformed
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: get_users_by_email
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: get_users_by_email_nested
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: intentional_error
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: null_response
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: scalar_response
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: recursive_output
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: result_list
|
|
clear_data: true
|
|
- type: drop_action
|
|
args:
|
|
name: results
|
|
clear_data: true
|
|
# clear custom types
|
|
- type: set_custom_types
|
|
args: {}
|
|
|
|
- type: run_sql
|
|
args:
|
|
cascade: true
|
|
sql: |
|
|
DROP TABLE "user";
|
|
DROP TABLE "article";
|