Expand description

Organization interface representing a GitHub organization.

remarks

Contains the connection to projects in the organization.

interface Organization {
    projectsV2: ProjectV2Connection;
}

Properties§

§projectsV2: ProjectV2Connection

The connection containing all projects in this organization