add-field
Add a new field to an existing Parse class by specifying its name and type. Use targetClass for Pointer and Relation fields to define relationships.
Instructions
Add a new field to an existing Parse class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | The name of the class | |
| fieldName | Yes | The name of the new field | |
| fieldType | Yes | The type of the field | |
| targetClass | No | Target class for Pointer or Relation types |