Expand description
interface Organization {
projectsV2: ProjectV2Connection;
}Properties§
§
projects V 2: ProjectV2ConnectionThe connection containing all projects in this organization
interface Organization {
projectsV2: ProjectV2Connection;
}projects V 2: ProjectV2ConnectionThe connection containing all projects in this organization
Organization interface representing a GitHub organization.