graphql-engine/server/tests-py/queries/graphql_query/basic/teardown_mssql.yaml
Abby Sassel 881cc55e0e server: split TestGraphQLQueryBasic into common and backend-specific test classes
GitOrigin-RevId: 9e99047f7ab83f06c94c4741c7c0591eb2ca35e8
2021-03-16 16:42:20 +00:00

17 lines
265 B
YAML

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