profusion / apollo-federation-file-upload

Add file upload support to Apollo Federated services.
32 stars 27 forks source link

fix: allow upload to work on newer versions of graphql-upload #28

Closed cabelitos closed 3 years ago

cabelitos commented 3 years ago

This commit changes how the upload data is extracted from the request on newer versions of graphql-upload. When using newer versions the upload middleware provides the Upload class directly, which one must get the FileUpload promise via the promise field