HriBB / graphql-server-express-upload

Graphql Server Express file upload middleware
MIT License
41 stars 5 forks source link

Only works with top-level variables #7

Open thebigredgeek opened 7 years ago

thebigredgeek commented 7 years ago

We should probably support FileLists nested in variables. It's common to pass an input type rather than scalars for mutation and query params. It seems like a simple bit of recursion could make this work.

thebigredgeek commented 7 years ago

https://github.com/HriBB/apollo-upload-network-interface/issues/5