diff --git a/server/.graphqlconfig b/server/.graphqlconfig new file mode 100644 index 00000000..b580e254 --- /dev/null +++ b/server/.graphqlconfig @@ -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 + } + } + } +}