qpa-client/.graphqlconfig

16 lines
326 B
Plaintext
Raw Permalink Normal View History

2019-10-06 11:30:10 +02:00
{
"name": "Untitled GraphQL Schema",
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "http://localhost:4000/graphql",
2019-10-06 11:30:10 +02:00
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
}