Github API - Test Config

ProjectV2ItemFieldDateValue [object]

The value of a date field in a Project item.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
ProjectV2ItemFieldValueCommon

ProjectV2ItemFieldValueCommon [interface]

Common fields across different project field value types

Attributes
createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who created the item.

databaseId Int

Identifies the primary key from the database.

The project field that contains this value.

id ID

The Node ID of the ProjectV2ItemFieldValueCommon object

The project item that contains this value.

updatedAt DateTime

Identifies the date and time when the object was last updated.

API:
Github GraphQL API
Attributes
createdAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

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
avatarUrl URI

A URL pointing to the actor's public avatar.

login String

The username of the actor.

resourcePath URI

The HTTP path for this actor.

url URI

The HTTP URL for this actor.

API:
Github GraphQL API

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.

API:
Github GraphQL API

Identifies the primary key from the database.

date Date

Date [scalar]

An ISO-8601 encoded date string.

API:
Github GraphQL API

Date value for the field

field ProjectV2FieldConfiguration

ProjectV2FieldConfiguration [union]

Configurations for project fields.

Union
ProjectV2FieldProjectV2IterationFieldProjectV2SingleSelectField
API:
Github GraphQL API

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.

API:
Github GraphQL API

The Node ID of the ProjectV2ItemFieldDateValue object

item ProjectV2Item

ProjectV2Item [object]

An item within a Project.

Implements
Node
Attributes

The content of the referenced draft issue, issue, or pull request

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who created the item.

databaseId Int

Identifies the primary key from the database.

fieldValueByName ProjectV2ItemFieldValue

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.

fullDatabaseId BigInt

Identifies the primary key from the database as a BigInt.

id ID

The Node ID of the ProjectV2Item object

isArchived Boolean

Whether the item is archived.

project ProjectV2

The project that contains this item.

The type of the item.

updatedAt DateTime

Identifies the date and time when the object was last updated.

API:
Github GraphQL API

The project item that contains this value.

updatedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the object was last updated.

API:
Github GraphQL API