wundergraph.andert.me/.wundergraph/.graphqlconfig
2022-11-21 23:14:08 +01:00

14 lines
287 B
Plaintext

{
"project": {
"schemaPath": "generated/wundergraph.schema.graphql",
"extensions": {
"endpoint": {
"introspect": false,
"url": "http://localhost:9991/graphql",
"headers": {
"user-agent": "WunderGraph Client"
}
}
}
}
}