PipeRelation
List of the pipe'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 |
| autoFillFieldEnabled: Boolean | Whether or not the auto fill is enabled in the relation. |
| 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 |
| ownFieldMaps: [FieldMap] | Represents a map of fields of a parent-item to auto fill fields of a child-item's start form. |
| parent: RepoTypes | Information about the parent Repo |