TableRelation
List of the table's relation information.
| Field : Object | Description |
|---|---|
| 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 its possible to connect existing items |
| canConnectMultipleItems: Boolean | Whether its possible to connect multiple items |
| canCreateNewItems: Boolean | Whether its possible to create new connected items |
| child: RepoTypes | Information about the child Repo |
| 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 |
| parent: RepoTypes | Information about the parent Repo |