We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e049f1 commit da9a0feCopy full SHA for da9a0fe
src/lib/startServerAndCreatSvelteHandler.ts
@@ -12,7 +12,7 @@ interface Options<Context extends BaseContext> {
12
13
const defaultContext: ContextFunction<[], any> = async () => ({});
14
15
-export type RequestSvelteHandler = (event: RequestEvent) => Promise<Response>;
+export type RequestHandler = (event: RequestEvent) => Promise<Response>;
16
17
export function startServerAndCreateSvelteKitHandler<Context extends BaseContext = object>(
18
server: ApolloServer<Context>,
0 commit comments