Migration Guide to v3
Updating your app to Angular Apollo v3. See what's new and how to migrate.
- File upload requires
extract-fileslibrary
File Upload
New apollo-angular no longer depends on extract-files library. To use file uploads, you need to
pass the extractFiles function (or create your own).