relationshipId
@forge/monorepo / backend/src / relationshipId
Function: relationshipId()
relationshipId(
fromId,type,toId):string
Defined in: backend/src/knowledge/graph.ts:146
The identity of an edge. Direction is part of it: "A depends on B" is not "B depends on A".
Parameters
fromId
string
type
string
toId
string
Returns
string