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
- Host: GitHub
- URL: https://github.com/michal-wrzosek/apollo-boost-upload
- Owner: michal-wrzosek
- License: mit
- Created: 2019-11-27T16:48:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:16:06.000Z (over 2 years ago)
- Last Synced: 2024-10-28T15:35:48.398Z (7 months ago)
- Topics: apollo-boost, apollo-client, apollo-upload, apollo-upload-client
- Language: TypeScript
- Size: 914 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```