Interface ProjectV2Connection

Source
Expand description

Connection interface for Project V2 nodes.

remarks

Represents a paginated connection of projects.

interface ProjectV2Connection {
    nodes: (ProjectV2 | null)[] | null;
}

Properties§

§nodes: (ProjectV2 | null)[] | null

Array of project nodes in this connection