🗂️ Multipart Fetch Support
This release adds a thin binding for @urql/exchange-multipart-fetch
.
Added
- A thin binding for
@urql/exchange-multipart-fetch
was added. Consumers ofreason-urql
will need to install@urql/exchange-multipart-fetch
to callClient.Exchanges.multipartFetchExchange
. PR by @parkerziegler here. Fixes #169.