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. |
startNode | Maybe<CompassComponent> | The starting node of the relationship. This will be the current component if the direction is OUTWARD. |
type | CompassRelationshipType | The type of relationship. |
Rate this page: