parse_add_relation
Add one or more objects to a relation field in Parse Server to establish many-to-many links between objects. Specify the class, object ID, relation field, and target object IDs.
Instructions
Agrega uno o más objetos a un campo de tipo Relation en Parse Server. Las relaciones permiten crear vínculos muchos-a-muchos entre objetos. Proporciona className, objectId del objeto que contiene la relación, el nombre del campo de relación y un array de objectIds de los objetos a agregar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputSchema | Yes |