Latest GraphQL File Uploads posts

February 14, 2020

☝️ GraphQL File Uploads with Apollo Server 2, React Hooks, TypeScript & Amazon S3 [Tutorial]

Update: May 2022 This post shows you how to implement file uploads via “multipart requests” in the obsolete Apollo Server 2. Apollo Server 3 no longer integrates with (a specific outdated version of) the graphql-upload package by default, so in order to follow these instructions you’ll need to explicitly integrate with the graphql-upload package. Additionally, […]

July 3, 2018

File Uploads with Apollo Server 2.0

Update: May 2022For our recommendation on how to handle file uploads, read Apollo Server File Uploads Best Practices. Our current recommendation is to not use the multipart request approach described in this package. In fact, this feature was removed from Apollo Server in version 3, although you can still manually integrate with the graphql-upload package […]

Recent posts

January 31, 2024

What’s new in Apollo Client 3.9

by Alessia Bellisario

Company