updateProject
Update a project's name or description.
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 ID
updateProject.id ● ID! non-null scalar {#id}
The project ID to update
updateProject.input ● UpdateProjectInput! non-null input {#input}
Fields to update