matrix-veles/.graphqlconfig

15 lines
No EOL
306 B
Text

{
"name": "Main Schema",
"schemaPath": "graph/schema.graphqls",
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "http://localhost:8123/api/query",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": true
}
}
}
}