``` const schemaWithMiddleware = applyMiddlewa...
# orm-help
j
Copy code
const schemaWithMiddleware = applyMiddleware(schema, ...this.graphqlMiddlewares);
    this.server = this.createServer(schemaWithMiddleware);