UpdateTableRelationInput
Autogenerated input type of UpdateTableRelation
| Input Fields : Object | Description | 
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. | 
| allChildrenMustBeDoneToFinishParent: Boolean | Whether all children must be done to finish the parent | 
| allChildrenMustBeDoneToMoveParent: Boolean | Whether all children must be done to move the parent | 
| canConnectExistingItems: Boolean | Whether can connect with existing items | 
| canConnectMultipleItems: Boolean | Whether is possible to connect with multiple items | 
| canCreateNewItems: Boolean | Whether is possible to create new connected items | 
| childMustExistToFinishParent: Boolean | Whether a child must exist to finish the parent | 
| childMustExistToMoveParent: Boolean | Whether a child must exist to move the parent | 
| id: ID | The relation ID | 
| name: String | The relation name |