Github API - Test Config

mutation updateProject
projects

Updates an existing project.

Arguments
input UpdateProjectInput

UpdateProjectInput [input]

Autogenerated input type of UpdateProject

Attributes
body String

The description of project.

clientMutationId String

A unique identifier for the client performing the mutation.

name String

The name of project.

projectId ID

The Project ID to update.

public Boolean

Whether the project is public or not.

state ProjectState

Whether the project is open or closed.

API:
Github GraphQL API

Parameters for UpdateProject

Returns
UpdateProjectPayload

UpdateProjectPayload [object]

Autogenerated return type of UpdateProject

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

project Project

The updated project.

API:
Github GraphQL API
API:
Github GraphQL API