bnilsen
12/01/2017, 8:16 AMantho1404
12/01/2017, 8:29 AMmutation {
createFile(
url: "__URL__",
contentType: "image/jpeg"
name: "Filename",
secret: "uniqueValue"
size: 0
) {
id
}
}
nilan
12/01/2017, 10:51 AMcreateFile
is not supposed to be called directly. here's an example @bnilsen https://github.com/graphcool/content/issues/59bnilsen
12/01/2017, 11:06 PM