<@UE1CD6C68> not sure I can show you the code dire...
# orm-help
j
@JustinR not sure I can show you the code directly, but we have an array of middleware that is of types
(IMiddleware | IMiddlewareGenerator<any, any, any>)[];
, we're applying the middleware via
applyMiddleware(schema, middlewares)
and feeding that into a new
ApolloServer
instance