mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
21 lines
357 B
YAML
21 lines
357 B
YAML
- description: Clear metadata
|
|
url: /v1/query
|
|
status: 200
|
|
response:
|
|
message: success
|
|
query:
|
|
type: clear_metadata
|
|
args: {}
|
|
|
|
- description: Check if metadata is cleared
|
|
url: /v1/query
|
|
status: 200
|
|
response:
|
|
functions: []
|
|
query_templates: []
|
|
tables: []
|
|
remote_schemas: []
|
|
query:
|
|
type: export_metadata
|
|
args: {}
|