graphql-engine/server/tests-py/queries/graphql_mutation/update/basic/teardown_mssql.yaml
Rakesh Emmadi f00404e0f6 server/mssql: update mutation, SQL generation and execution
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3059
GitOrigin-RevId: 4ed0cbf54ac2a7103cb2b7adc97b2dfdf9994c4f
2021-12-15 13:56:34 +00:00

40 lines
602 B
YAML

type: bulk
args:
#Drop relationships
- type: mssql_drop_relationship
args:
source: mssql
table:
name: author
relationship: articles
- type: mssql_drop_relationship
args:
source: mssql
table:
name: article
relationship: author
#Untrack tables
- type: mssql_untrack_table
args:
source: mssql
table:
name: author
cascade: true
- type: mssql_untrack_table
args:
source: mssql
table:
name: article
cascade: true
- type: mssql_untrack_table
args:
source: mssql
table:
name: numerics
cascade: true