Edge interface wrapping a Project V2 node.
Represents an edge in the project connection, containing the actual project data.
interface ProjectV2Edge { node: ProjectV2 | null;}
node: ProjectV2 | null
The project node at the end of this edge
Edge interface wrapping a Project V2 node.