aggregate
Run a MongoDB-style pipeline on Parse classes to filter, group, and transform data with stages like $match, $group, $project, and $sort.
Instructions
Run an aggregation pipeline on a Parse class (similar to MongoDB aggregation)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline | Yes | Array of aggregation stages ($match, $group, $project, $sort, etc.) | |
| className | Yes | The name of the class |