• Synthetic locator for a Relationship — Relationships have no stable id of their own. Stable across re-runs of the same state.

    Parameters

    • rel: {
          relatedObject?: { id: string };
          relatingObject?: { id: string };
          type: string;
      }

    Returns string