I think GraphQL servers should _generally_ not concern themselves directly with handling file uploads. Instead, we should guide people towards using presigned urls (e.g. [aws s3 presigned urls](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html))
I think GraphQL servers should generally not concern themselves directly with handling file uploads.
Instead, we should guide people towards using presigned urls (e.g. aws s3 presigned urls)