upgrade sdk

This commit is contained in:
starptech
2022-11-21 23:14:08 +01:00
parent 1a3664605f
commit 95847137db
5 changed files with 48 additions and 941 deletions

View File

@ -1,17 +1,12 @@
{
"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"
}
}
"project": {
"schemaPath": "generated/wundergraph.schema.graphql",
"extensions": {
"endpoint": {
"introspect": false,
"url": "http://localhost:9991/graphql",
"headers": {
"user-agent": "WunderGraph Client"
}
}
}