mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
25 lines
489 B
JSON
25 lines
489 B
JSON
{
|
|
"description": "drop rel test",
|
|
"depends": [
|
|
"permission.json"
|
|
],
|
|
"items": [
|
|
{
|
|
"name": "create_schema",
|
|
"url": "/api/1/query",
|
|
"role": "admin",
|
|
"status_code": 200,
|
|
"method": "POST",
|
|
"user_id": "1",
|
|
"request": {
|
|
"kind": "drop_relationship",
|
|
"body": {
|
|
"__type": "drop_relationship",
|
|
"table": "article",
|
|
"relationship": "author",
|
|
"cascade": true
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |