sisense / graphql2rest

GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
MIT License
321 stars 36 forks source link

code chage to make middlewaresFile a middlewaresModule (optionally) instead #81

Open earonesty opened 7 months ago

earonesty commented 7 months ago

having it be a js file means various bundlers and optimizers can't work well

shouldn't be hard to allow the user to pass in an already imported middlewaresModule, unless you can think of a better way to deal with that

roy-mor commented 7 months ago

I don't have much capacity for it right now, maybe you can do it or perhaps @motigra / @yotamgever can assign someone interested.