···126126[file input](https://developer.mozilla.org/en-US/docs/Web/API/File/Using_files_from_web_applications),
127127for example.
128128129129+> **Note:** If you are using your own version of `File` and `Blob` ensure you are properly extending the
130130+> so it can be properly identified as a file.
131131+129132The `@urql/core@4` package supports File Uploads natively, so we won't have to do any installation
130133or setup work. When `urql` sees a `File` or a `Blob` anywhere in your `variables`, it switches to
131134a `multipart/form-data` request, converts the request to a `FormData` object, according to the