Type Aliases§
Source§type Add Project Item Result = Data
type Add Project Item Result = Data
Variables§
Source§const add Project Item Mutation: string...
const add Project Item Mutation: string...
GraphQL mutation for adding an item to a GitHub project.
Classes§
- Convert
Utility class for converting between JSON strings and typed objects.
Interfaces§
- AddProjectItemRawResult
Raw result interface for the add project item mutation response.
- AddProjectV2ItemByIDPayload
Payload interface for the addProjectV2ItemById mutation result.
- Data
Data payload interface for the add project item mutation.
- Error
Error interface for GraphQL mutation errors.
- ProjectV2Item
Project item interface representing an item in a GitHub Project V2.
- ProjectV2ItemFieldValue
Field value interface for project item fields.
Type alias for the successful result data from the add project item mutation.