You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -408,11 +405,12 @@ async function initGraphqlServer(opts: GraphqlServerOptions): Promise<express.Ex
408
405
returnapp;
409
406
})();
410
407
returnserverPromise;
411
-
}catch(e){
412
-
thrownewError(
413
-
"'@apollo/server' and '@as-integrations/express4' are required to use 'onGraphRequest'. Please add these dependencies to your project to use this feature: "+
0 commit comments