hi,
I want to upload the file to the comment from API. but I am getting an Internal server error.
below is my mution code and screen shot.
I have even tried for
gist.github.comstill getting the “internal server error”. also can’t understand what is “var boundary = “xxxxxxxxxx”;”
need your help…
thanks in advance
mutation ($file: File!) {
add_file_to_update (update_id: 808129739, file: $file)
{
id
}
}
Please see the image.
