mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 21:41:44 +03:00
881cc55e0e
GitOrigin-RevId: 9e99047f7ab83f06c94c4741c7c0591eb2ca35e8
17 lines
265 B
YAML
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
|