Hey, i’m trying to upload a file through `SingleUp...
# apollo-kotlin
d
Hey, i’m trying to upload a file through
SingleUploadMutation
but the
FileUpload
class does not accept a
File
as stated in docs but accepts only a
filePath: String
and if i check the
FileUpload
class there is no implementation 🤔 is the documentation not updated or am I missing something?
ok so i’ve found
FileUpload.Companion.create
function with the actual implementation so it seems that the docs are not up to date
b
👋 Hi! Woops it looks like the docs are outdated indeed. I'll see what I can do 🙂
👍 2