Accepts input for creating a new relationship.
Property Name | Type | Description |
---|---|---|
endNodeId | String | The unique identifier (ID) of the component at the ending node. |
relationshipType | CompassRelationshipTypeInput | The type of relationship. eg DEPENDS_ON or CHILD_OF |
startNodeId | String | The unique identifier (ID) of the component at the starting node. |
type | InputMaybe<CompassRelationshipType> | The type of the relationship. |
Rate this page: