Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
README.md

With Multipart File Upload#

Open in StackBlitz Open in CodeSandbox

This example shows urql in use with @urql/exchange-multipart-fetch's multipartFetchExchange to support file uploads in GraphQL. This largely follows the "File Uploads" docs page and uses the trygql.formidable.dev/graphql/uploads-mock schema.

To run this example install dependencies and run the start script:

yarn install
yarn run start
# or
npm install
npm run start

This example contains: