qpa-client/.graphqlconfig

16 lines
339 B
Text
Raw Normal View History

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