Add GraphQL config

This commit is contained in:
Ramon Wenger 2022-11-21 12:06:33 +01:00
parent cb7b00ff40
commit c694b1d3e5
1 changed files with 15 additions and 0 deletions

15
server/.graphqlconfig Normal file
View File

@ -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
}
}
}
}