An open API service indexing awesome lists of open source software.

https://github.com/michal-wrzosek/apollo-boost-upload

Basically ApolloBoost but you can upload files with it
https://github.com/michal-wrzosek/apollo-boost-upload

apollo-boost apollo-client apollo-upload apollo-upload-client

Last synced: 6 months ago
JSON representation

Basically ApolloBoost but you can upload files with it

Awesome Lists containing this project

README

        

# Apollo Boost (Upload)
[![npm](https://img.shields.io/npm/v/apollo-boost-upload)](https://www.npmjs.com/package/apollo-boost-upload)

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](https://github.com/apollographql/apollo-client/blob/master/packages/apollo-boost/src/index.ts) => [apollo-boost-upload](https://github.com/michal-wrzosek/apollo-boost-upload/blob/master/src/index.ts)

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](https://www.npmjs.com/package/apollo-boost).

## Development:
This package was bootstrapped with [typescript-lib-boilerplate](https://github.com/michal-wrzosek/typescript-lib-boilerplate)

```
npm run i
npm run dev
```