@allsquare/apollo-upload-client
Advanced tools
Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "@allsquare/apollo-upload-client", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": | ||
@@ -5,0 +5,0 @@ "Enhances Apollo Client for intuitive file uploads via GraphQL mutations.", |
@@ -9,2 +9,12 @@ ![Apollo upload logo](https://cdn.rawgit.com/jaydenseric/apollo-upload-client/27b1f20/apollo-upload-logo.svg) | ||
## IMPORTANT NOTICE | ||
This package has been modified to work with older versions of [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server), but still retain compatibility with `apollo-client` > 2.0. | ||
The sole purpose of this package is to allow an `apollo-client` v2 to communicate with a GraphQL backed that was built to work with earlier versions of `apollo-upload-client`, that are not compatible with `apollo-client` v2. | ||
> This package has been modified to mimic client requests of `apollo-upload-client` version `^5.1.1`, while keeping `apollo-client` v2 compatibility. | ||
Now I've said it 3 times, I hope that's clear enough. If you intented to indeed use this client to work with older servers, feel free to grab version `8.0.2` and see the magic happen! | ||
## Setup | ||
@@ -11,0 +21,0 @@ |
25954
157