Connection interface for Project V2 nodes.
Represents a paginated connection of projects.
interface ProjectV2Connection { nodes: (ProjectV2 | null)[] | null;}
nodes: (ProjectV2 | null)[] | null
Array of project nodes in this connection
Connection interface for Project V2 nodes.