I need to analyse some data after it has been uploaded to Parse and saved but the data is an object that contains an array of other objects...
Parent
-------
children : [Child]
I'm just not certain if the afterSave will trigger before all the children
objects are uploaded and saved? Is it guaranteed that they will be there on the afterSave
of the Parent
object?
Thanks