1
0
mirror of https://github.com/alrayyes/my-opinionated-gatsby-starter synced 2023-11-14 15:56:29 +00:00
my-opinionated-gatsby-starter/.graphqlconfig

16 lines
328 B
Plaintext
Raw Normal View History

2020-06-02 14:36:56 +00:00
{
"name": "Untitled GraphQL Schema",
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "http://localhost:8000/__graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
}