ApiIdPair Data Model

A directed edge between distinct node IDs.

Properties
name data type description
from string
to string

Example

{
  "from" : "...",
  "to" : "..."
}