federation/.graphqlconfig
2020-11-14 16:43:58 +01:00

15 lines
No EOL
286 B
Text

{
"name": "Untitled GraphQL Schema",
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"Gateway": {
"url": "http://localhost:4000/",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
}