mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
24 lines
466 B
JSON
24 lines
466 B
JSON
{
|
|
"description": "drop constraint 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_constraint",
|
|
"body": {
|
|
"table": "article",
|
|
"constraint": "article_author_id_fkey",
|
|
"cascade": true
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |