Github API - Test Config

mutation updateProjectCard
projects

Updates an existing project card.

Arguments
input UpdateProjectCardInput

UpdateProjectCardInput [input]

Autogenerated input type of UpdateProjectCard

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

isArchived Boolean

Whether or not the ProjectCard should be archived

note String

The note of ProjectCard.

projectCardId ID

The ProjectCard ID to update.

API:
Github GraphQL API

Parameters for UpdateProjectCard

Returns
UpdateProjectCardPayload

UpdateProjectCardPayload [object]

Autogenerated return type of UpdateProjectCard

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectCard ProjectCard

The updated ProjectCard.

API:
Github GraphQL API
API:
Github GraphQL API