create-class
Create a new Parse class with optional field definitions, including types like Pointer and Relation, to structure your data schema.
Instructions
Create a new Parse class with optional field definitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Field definitions. Each field should have 'type' and optionally 'targetClass' for pointers/relations | |
| className | Yes | The name of the new class |