EditProjectInfoInput
InputAutogenerated input type of EditProjectInfo
mutation { organization(id: $organizationId) { editProjectInfo } }
Example
mutation EditProjectInfo(
$organizationId: ID!
$input: EditProjectInfoInput!
) {
organization(id: $organizationId) {
editProjectInfo(input: $input) {
project
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| address1 | String | — |
| address2 | String | — |
| city | String | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| country | String | — |
| estimatedCompletionDate | ISO8601Date | — |
| id | ID! | — |
| infoUpdatedAt | ISO8601DateTime | — |
| mutationMetadata | JSON | — |
| postalCode | String | — |
| projectStageId | ID | — |
| stage | String | — |
| state | String | — |