mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-08 08:44:24 +03:00
23 lines
392 B
YAML
23 lines
392 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:
|
|
version: 2
|
|
allowlist: []
|
|
functions: []
|
|
query_collections: []
|
|
tables: []
|
|
remote_schemas: []
|
|
query:
|
|
type: export_metadata
|
|
args: {}
|