batch-create
Create multiple objects in a single batch operation by providing the class name and an array of objects. Reduce API calls for bulk inserts.
Instructions
Create multiple objects in a single batch operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | Yes | Array of objects to create | |
| className | Yes | The name of the class |