25 lines
502 B
JSON
25 lines
502 B
JSON
{
|
|
"schema": {
|
|
"request": {
|
|
"url": "http://localhost:8000/graphql",
|
|
"method": "POST",
|
|
"postIntrospectionQuery": true,
|
|
"options": {
|
|
"headers": {
|
|
"user-agent": "JS GraphQL"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"endpoints": [
|
|
{
|
|
"name": "Default (http://localhost:8000/graphql",
|
|
"url": "http://localhost:8000/graphql",
|
|
"options": {
|
|
"headers": {
|
|
"user-agent": "JS GraphQL"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |