mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
18 lines
298 B
JSON
18 lines
298 B
JSON
|
[
|
||
|
{
|
||
|
"version": "v1",
|
||
|
"definition": {
|
||
|
"name": "example",
|
||
|
"url": "http://localhost:5000/allow_list",
|
||
|
"request": {
|
||
|
"headers": false,
|
||
|
"session": true,
|
||
|
"rawRequest": {
|
||
|
"query": true,
|
||
|
"variables": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|