chore: upgrade sdk

This commit is contained in:
starptech
2022-12-31 13:20:11 +01:00
parent 98789a8e15
commit 6e927f4d32
3 changed files with 160 additions and 167 deletions

View File

@ -1,4 +1,4 @@
import { configureWunderGraphServer } from "@wundergraph/sdk";
import { configureWunderGraphServer } from "@wundergraph/sdk/server";
import type { HooksConfig } from "./generated/wundergraph.hooks";
import type { InternalClient } from "./generated/wundergraph.internal.client";
@ -12,6 +12,5 @@ export default configureWunderGraphServer<HooksConfig, InternalClient>(() => ({
},
},
mutations: {},
},
graphqlServers: [],
}
}));