nautilus / gateway

A federated api gateway for graphql services. https://gateway.nautilus.dev/
MIT License
396 stars 50 forks source link

Support file upload #110

Closed obukhov closed 4 years ago

obukhov commented 4 years ago

Fixes the issue https://github.com/nautilus/gateway/issues/103

It requires the following PR to be merged first: https://github.com/nautilus/graphql/pull/13

Introduces compatibility with multipart/form-data requests for file uploads according to the following specification:

obukhov commented 4 years ago

@AlecAivazis finished with tests can you please have a look?

obukhov commented 4 years ago

Hi @AlecAivazis! Sorry for pinging you, I saw you are busy. Any update on this one?

AlecAivazis commented 4 years ago

No worries about pinging me. Thanks for the reminder :)

I will pull this down today and test it. Things looks good from a code perspective so we should be able to get this in very quickly