updateProject
Update a project's mutable fields (name, description, tags).
updateProject(
organizationId: ID!
id: ID!
input: UpdateProjectInput!
): ProjectPayload
Form Schema
This mutation supports dynamic form generation using JSON Schema.
Loading schema...
Arguments
updateProject.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
updateProject.id ● ID! non-null scalar {#id}
The identifier of the project to update.
updateProject.input ● UpdateProjectInput! non-null input {#input}
Update an existing project's name and description. The ID cannot be changed after creation.