UpdateProjectInput
No description
input UpdateProjectInput {
description: String
name: String
}
Fields
UpdateProjectInput.description ● String scalar {#description}
Update an existing project's name and description. The ID cannot be changed after creation.
UpdateProjectInput.name ● String scalar {#name}
A human-readable name for the project
Member Of
updateProject mutation