interface Edge {
    node: Node;
}

Properties

Properties

node: Node