ckelley
06/16/2017, 8:54 PMTRANSFORM_REQUEST
function. I let the client to choose an interval
(in days), then on the server I take that interval and add that many days to the current date. I'm getting an internal server error response on Apollo client. It looks like the interval
property is being converted from Int -> String, but I'm not doing that and manually adding a parseInt() before the response doesn't help either. Any ideas?