Type Aliases§
Source§type Update Item Text Result = Data
type Update Item Text Result = Data
Variables§
Source§const update Item Text Mutation: string...
const update Item Text Mutation: string...
GraphQL mutation for updating a text field value of a project item.
Classes§
- Convert
Utility class for converting between JSON strings and typed objects.
Interfaces§
- Data
Data payload interface for the update item text mutation.
- Error
Error interface for GraphQL mutation errors.
- ProjectV2Item
Project item interface representing an item in a GitHub Project V2.
- UpdateItemTextRawResult
Raw result interface for the update item text mutation response.
- UpdateProjectV2ItemFieldValuePayload
Payload interface for the updateProjectV2ItemFieldValue mutation result.
Type alias for the successful result data from the update item text mutation.