Expand description

Connection interface for Project V2 edges.

remarks

Represents a paginated connection of projects, allowing traversal through edges.

interface ProjectV2Connection {
    edges: (ProjectV2Edge | null)[] | null;
}

Properties§

§edges: (ProjectV2Edge | null)[] | null

Array of edges, each containing a project node