On this page

Migration Guide to v3

Updating your app to Angular Apollo v3. See what's new and how to migrate.

  • File upload requires extract-files library

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).

See how to configure file upload.