Upload files in NestJS & GraphQL
Aug 19, 2024 · 5 min read · The challenge with uploading files with GraphQL is that GraphQL isn't friendly for handling multipart requests and a bit of configuration is needed. There might be a better approach out there, nevertheless, I'll show you my way that gets things done....
Join discussion