I am testing Parse.com as a backend for one of my iOS apps and I have a question concerning the CloudCode feature with the "afterDelete" trigger.
My app has a list of albums and each album has a list of pictures. An album can contain hundreds or thousands of pictures. When the user deletes an album, all its pictures will be deleted too.
I am following the sample found on the Parse.com guide (https://parse.com/docs/cloudcode/guide#cloud-code-afterdelete-triggers) with the "destroyAll" functions. However, when I use it, only the first 100 children (pictures) get deleted. Is there a way to really delete ALL children of an object in ONE query?
Thanks
Now that Parse Server is open source, this question became irrelevant as I can remove all those limitations myself :-)