Expand description
interface ProjectV2Connection {
edges: (ProjectV2Edge | null)[] | null;
}Properties§
§
edges: (ProjectV2Edge | null)[] | nullArray of edges, each containing a project node
interface ProjectV2Connection {
edges: (ProjectV2Edge | null)[] | null;
}edges: (ProjectV2Edge | null)[] | nullArray of edges, each containing a project node
Connection interface for Project V2 edges.