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
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