mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
19 lines
316 B
YAML
19 lines
316 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:
|
||
|
query_templates: []
|
||
|
tables: []
|
||
|
query:
|
||
|
type: export_metadata
|
||
|
args: {}
|