[nodejs] Re: Learning to build GrahpQL API's with node

2019-03-10 Thread lilsweetcaligula
Hey Iván. First of all, thank you very much for your hard work on this workshop. I am really enjoying it. While I am still working it, I fear I can't give much feedback at the time. The only thing I wanted to mention, - you have defined a "thriller" field on the Movie type - did you mean "trail

[nodejs] Re: Transferring a JSON have values of different types

2019-03-30 Thread lilsweetcaligula
Hi Madan, I believe the client should be to able to send both param1 and param2 as strings. The server can then decode param2, the base64-encoded string, back into binary, and save the file. You can use Node.js http.request or https.request (for secure connections), or you could use the `reque