wundergraph.andert.me/.wundergraph/.graphqlconfig

19 lines
403 B
Plaintext
Raw Normal View History

2022-10-28 12:42:05 +00:00
{
"projects": {
"app": {
"name": "app",
"schemaPath": "generated/wundergraph.app.schema.graphql",
"extensions": {
"endpoints": {
"app": {
"introspect": false,
"url": "http://localhost:9991/app/main/graphql",
"headers": {
"user-agent": "WunderGraph Client"
}
}
}
}
}
}
}