react_template/.graphqlconfig
2020-10-25 12:35:35 +01:00

15 lines
No EOL
281 B
Text

{
"name": "API Schema",
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"GraphQL Endpoint": {
"url": "http://localhost:8000/",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": true
}
}
}
}