graphql-engine/server/tests-py/queries/graphql_query/basic/teardown_mssql.yaml

45 lines
779 B
YAML
Raw Normal View History

type: bulk
args:
#Object relationship
- type: mssql_drop_relationship
args:
source: mssql
table: article
relationship: author
#Array relationship
- type: mssql_drop_relationship
args:
source: mssql
table: author
relationship: articles
#Object relationship
- type: mssql_drop_relationship
args:
source: mssql
table: article
relationship: co_author
#Array relationship
- type: mssql_drop_relationship
args:
source: mssql
table: author
relationship: co_articles
#Object relationship
- type: mssql_drop_relationship
args:
source: mssql
table: article_multi
relationship: author
#Array relationship
- type: mssql_drop_relationship
args:
source: mssql
table: author_multi
relationship: articles