Victor Iaroș

Results 11 comments of Victor Iaroș

I need to get the result that is described in the documentation, "Reducers that use links" https://github.com/cult-of-coders/grapher/blob/master/docs/reducers.md

If i include in my query visits:1 (nvm with image or all fields), the firstimage also gets completed. But for me it's too much information to load at once, that...

I fetch my data in a method that returns values to the client, so i can clear those visits befor returning the data, it's not a big deal. Storing the...

The console.log(object.visits[0]) shows the needed information inside the reducer, even without visits:1 inside the query, but not sending it in query.fetch()

This is my temporary fix: ``` var query = Modelsquerry.clone(data); let values = query.fetch().map(function(x){ return { _id:x._id, firstvisit:x.firstvisit, vcount: x.vcount } }) return(values) ``` and include the visits:{image:1} in the...

return Object.assign({}, object.visits[0]) dit the trick right.

That's how i fixed this issue `` the important part for iOS is playsInline=true