mirror of
https://github.com/alrayyes/my-opinionated-gatsby-starter
synced 2023-11-14 15:56:29 +00:00
16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
{
|
|
"name": "Untitled GraphQL Schema",
|
|
"schemaPath": "schema.graphql",
|
|
"extensions": {
|
|
"endpoints": {
|
|
"Default GraphQL Endpoint": {
|
|
"url": "http://localhost:8000/__graphql",
|
|
"headers": {
|
|
"user-agent": "JS GraphQL"
|
|
},
|
|
"introspect": false
|
|
}
|
|
}
|
|
}
|
|
}
|