site/.graphqlconfig

15 lines
296 B
Plaintext
Raw Normal View History

2020-08-24 14:46:46 +03:00
{
"name": "Gatsby",
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "http://localhost:8000/___graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
}