UpdateCommitmentContractInput
InputAutogenerated input type of UpdateCommitmentContract
mutation { organization(id: $organizationId) { project(id: $projectId) { updateCommitmentContract } } }
Example
mutation UpdateCommitmentContract(
$organizationId: ID!
$projectId: ID!
$input: UpdateCommitmentContractInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateCommitmentContract(input: $input) {
commitment
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| billToAddress | String | — |
| changeOrderMarkups | [ChangeOrderMarkupInput!] | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| commitmentName | String | — |
| contractDate | ISO8601Date | — |
| contractNumber | String | — |
| createDocuments | [CreateAttachment!] | — |
| defaultRetentionRate | Float | — |
| deleteDocuments | [DeleteAttachment!] | — |
| deliveryOn | ISO8601Date | — |
| id | ID! | — |
| legalAddress1 | String | — |
| legalAddress2 | String | — |
| legalCity | String | — |
| legalCountry | String | — |
| legalName | String | — |
| legalPostalCode | String | — |
| legalState | String | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| shipToAddress | String | — |
| status | String | — |