Type Aliases§
Source§type List Teams In Org Result = Data
type List Teams In Org Result = Data
Variables§
Source§const list Teams In Org Query: string...
const list Teams In Org Query: string...
GraphQL query for listing teams in a GitHub organization.
Classes§
- Convert
Utility class for converting between JSON strings and typed objects.
Interfaces§
- Data
Data payload interface for the list teams query.
- Error
Error interface for GraphQL query errors.
- ListTeamsInOrgRawResult
Raw result interface for the list teams query response.
- Organization
Organization interface representing a GitHub organization.
- ProjectV2
Project V2 interface representing a GitHub Project.
- ProjectV2Connection
Connection interface for Project V2 nodes.
- Repository
Repository interface representing a GitHub repository.
- Team
Team interface representing a GitHub team.
- TeamConnection
Connection interface for team nodes.
- TeamRepositoryConnection
Connection interface for repository nodes.
Type alias for the successful result data from the list teams query.