ProjectV2ItemFieldTextValue [object]
The value of a text field in a Project item.
Implements Node ProjectV2ItemFieldValueCommon ProjectV2ItemFieldValueCommon [interface]
Common fields across different project field value types
Attributes
Identifies the date and time when the object was created.
The actor who created the item.
Identifies the primary key from the database.
The project field that contains this value.
The Node ID of the ProjectV2ItemFieldValueCommon object
The project item that contains this value.
Identifies the date and time when the object was last updated.
Attributes createdAt DateTime DateTime [scalar]
An ISO-8601 encoded UTC date string.
Identifies the date and time when the object was created.
creator Actor Actor [interface]
Represents an object which can take actions on GitHub. Typically a User or Bot.
Attributes
A URL pointing to the actor's public avatar.
The username of the actor.
The HTTP path for this actor.
The HTTP URL for this actor.
The actor who created the item.
databaseId Int Int [scalar]
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Identifies the primary key from the database.
The project field that contains this value.
id ID ID [scalar]
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
The Node ID of the ProjectV2ItemFieldTextValue object
item ProjectV2Item ProjectV2Item [object]
An item within a Project.
Attributes
The content of the referenced draft issue, issue, or pull request
Identifies the date and time when the object was created.
The actor who created the item.
Identifies the primary key from the database.
The field value of the first project field which matches the 'name' argument that is set on the item.
The field values that are set on the item.
Identifies the primary key from the database as a BigInt.
The Node ID of the ProjectV2Item object
Whether the item is archived.
The project that contains this item.
Identifies the date and time when the object was last updated.
The project item that contains this value.
text String String [scalar]
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
updatedAt DateTime DateTime [scalar]
An ISO-8601 encoded UTC date string.
Identifies the date and time when the object was last updated.