Skip to content

Instantly share code, notes, and snippets.

View octet-stream's full-sized avatar
🦄
The night will last forever!

Nick K. octet-stream

🦄
The night will last forever!
View GitHub Profile
@octet-stream
octet-stream / FormDataHTTPFetchNetworkInterface.js
Last active June 4, 2017 20:05
File uploads in GraphQL + Apollo Client
// Remove this polyfill if you don't use SSR
import fetch from "isomorphic-fetch"
import {printAST, HTTPFetchNetworkInterface} from "apollo-client"
import toFormData from "./toFormData"
class FormDataHTTPFetchNetworkInterface extends HTTPFetchNetworkInterface {
fetchFromRemoteEndpoint({request, options}) {
// Transform variables obj to FormData