We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64ed81 commit c2d1c91Copy full SHA for c2d1c91
1 file changed
src/runtime/core.ts
@@ -789,7 +789,7 @@ function server<Vars extends VariablesDefinition = VariablesDefinition>(
789
): ServerGraphApi<Vars, ServerLang, ServerGraphMode>
790
function server<Vars extends VariablesDefinition = VariablesDefinition>(
791
options?: ServerGraphOptions<Vars>
792
-) {
+): any {
793
type ResolvedLang = ServerLang
794
type ResolvedMode = ServerGraphMode
795
const graphType = resolveServerGraphType(options?.type)
0 commit comments