feat: init
This commit is contained in:
19
.wundergraph/.graphqlconfig
Normal file
19
.wundergraph/.graphqlconfig
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user