Type Aliases§
Source§type Get Project Id Result = Data
type Get Project Id Result = Data
Variables§
Source§const get Project Id Query: string...
const get Project Id Query: string...
GraphQL query for retrieving a project ID from a GitHub organization.
Classes§
- Convert
Utility class for converting between JSON strings and typed objects.
Interfaces§
- Data
Data payload interface for the get project ID query.
- Error
Error interface for GraphQL query errors.
- GetProjectIDRawResult
Raw result interface for the get project ID query response.
- Organization
Organization interface representing a GitHub organization.
- ProjectV2
Project V2 interface representing a GitHub Project (version 2).
Type alias for the successful result data from the get project ID query.