graphql / express-graphql

Create a GraphQL HTTP server with Express.
MIT License
6.34k stars 538 forks source link

Middleware refactor #675

Open danielrearden opened 4 years ago

danielrearden commented 4 years ago

I'm opening this issue so we can further discuss approaches to A) splitting the middleware into separate functions and B) supporting additional frameworks. Here are some initial thoughts:

Goals

Questions

NetOpWibby commented 4 years ago

I'd like support for curveball: https://www.npmjs.com/package/@curveball/core

acao commented 3 years ago

I proposed rearchitecting and creating middelwares like these years ago but @IvanGoncharov was against the idea