Github API - Test Config

mutation updateProjectV2
projects

Updates an existing project.

Arguments
input UpdateProjectV2Input

UpdateProjectV2Input [input]

Autogenerated input type of UpdateProjectV2

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

closed Boolean

Set the project to closed or open.

projectId ID

The ID of the Project to update.

public Boolean

Set the project to public or private.

readme String

Set the readme description of the project.

shortDescription String

Set the short description of the project.

title String

Set the title of the project.

API:
Github GraphQL API

Parameters for UpdateProjectV2

Returns
UpdateProjectV2Payload

UpdateProjectV2Payload [object]

Autogenerated return type of UpdateProjectV2

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectV2 ProjectV2

The updated Project.

API:
Github GraphQL API
API:
Github GraphQL API