A relationship between two components. The startNode and endNode depends on the direction of the relationship.
Property Name | Type | Description |
---|---|---|
__typename | Literal | |
changeMetadata | Maybe<CompassChangeMetadata> | |
endNode | Maybe<CompassComponent> | The ending node of the relationship. This will be the other component if the direction is OUTWARD. |
relationshipType | String | The type of relationship, e.g DEPENDS_ON or CHILD_OF. |
startNode | Maybe<CompassComponent> | The starting node of the relationship. This will be the current component if the direction is OUTWARD. |
type | Maybe<CompassRelationshipType> | The type of relationship. |
Rate this page: