Nicanor Talks Webblog.nicanor.me·Aug 19, 2024Upload files in NestJS & GraphQLThe 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....Discuss·92 readsUpload Files in JavaScriptgraphql-upload