wundergraph.andert.me/.wundergraph/.graphqlconfig

14 lines
287 B
Plaintext
Raw Normal View History

2022-10-28 12:42:05 +00:00
{
2022-11-21 22:14:08 +00:00
"project": {
"schemaPath": "generated/wundergraph.schema.graphql",
"extensions": {
"endpoint": {
"introspect": false,
"url": "http://localhost:9991/graphql",
"headers": {
"user-agent": "WunderGraph Client"
2022-10-28 12:42:05 +00:00
}
}
}
}
}