Expand description

Edge interface wrapping a Project V2 node.

remarks

Represents an edge in the project connection, containing the actual project data.

interface ProjectV2Edge {
    node: ProjectV2 | null;
}

Properties§

§node: ProjectV2 | null

The project node at the end of this edge