matty
09/19/2017, 3:19 AMconst body = new global.FormData()
body.append('data', file)
const res = await fetch(GRAPHCOOL_FILE_ENDPOINT, {
method: 'POST',
body,
})
zaksingh
09/19/2017, 5:36 AMzaksingh
09/19/2017, 5:54 AMbody
look like?zaksingh
09/19/2017, 5:56 AM