Add GraphQL config
This commit is contained in:
parent
cb7b00ff40
commit
c694b1d3e5
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "VBV Schema",
|
||||
"schemaPath": "schema.graphql",
|
||||
"extensions": {
|
||||
"endpoints": {
|
||||
"Default GraphQL Endpoint": {
|
||||
"url": "http://localhost:8000/server/graphql/",
|
||||
"headers": {
|
||||
"user-agent": "JS GraphQL"
|
||||
},
|
||||
"introspect": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue