[](https://www.npmjs.com/package/apollo-boost-upload)
npm install apollo-boost-uploadBasically ApolloBoost but with apollo-upload-client instead of apollo-link-http, so that you can upload files via Apollo.
It's almost an identical copy of 'apollo-boost':
apollo-boost => apollo-boost-upload
apollo-boost => apollo-boost-upload
v0.4.4 => v1.0.0
npm i apollo-boost-upload
`How to use:
Exactly like you would use apollo-boost.Development:
This package was bootstrapped with typescript-lib-boilerplate`
npm run i
npm run dev
``