Skip to content

michal-wrzosek/apollo-boost-upload

Repository files navigation

Apollo Boost (Upload)

npm

Basically 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

Installation:

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