Function relationshipLocator
relationshipLocator( rel: { relatedObject?: { id: string }; relatingObject?: { id: string }; type: string; },): string Parameters
- rel: {
relatedObject?: { id: string };
relatingObject?: { id: string };
type: string;
}
Returns string
Synthetic locator for a Relationship — Relationships have no stable id of their own. Stable across re-runs of the same state.