Github API - Test Config

UpdateProjectCardPayload [object]

Autogenerated return type of UpdateProjectCard

Attributes
clientMutationId 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.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

projectCard ProjectCard

ProjectCard [object]

A card in a project.

Implements
Node
Attributes
column ProjectColumn

The project column this card is associated under. A card may only belong to one
project column at a time. The column field will be null if the card is created
in a pending state and has yet to be associated with a column. Once cards are
associated with a column, they will not become pending in the future.

content ProjectCardItem

The card content item

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who created this card

databaseId Int

Identifies the primary key from the database.

id ID

The Node ID of the ProjectCard object

isArchived Boolean

Whether the card is archived

note String

The card note

project Project

The project that contains this card.

resourcePath URI

The HTTP path for this card

The state of ProjectCard

updatedAt DateTime

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

url URI

The HTTP URL for this card

API:
Github GraphQL API

The updated ProjectCard.

API:
Github GraphQL API