create-object
Create a new object in a Parse class and save it to the database immediately. Provide the class name and key-value data for the object.
Instructions
Create a new object in a Parse class. The object will be saved to the database immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value pairs of the object data to save | |
| className | Yes | The name of the Parse class (e.g., 'GameScore', 'Post', 'Comment') |