EditSovLineItemInput
InputAutogenerated input type of EditSovLineItem
mutation { organization(id: $organizationId) { project(id: $projectId) { editSovLineItem } } }
Example
mutation EditSovLineItem(
$organizationId: ID!
$projectId: ID!
$input: EditSovLineItemInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
editSovLineItem(input: $input) {
sovLineItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| amountCents | BigInt! | — |
| billableType | String | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| costCents | BigInt | — |
| costCodeId | ID! | — |
| costTypeId | ID | — |
| description | String! | — |
| horizontalChangeOrderMarkupId | ID | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| quantity | Float | — |
| retentionRate | Float! | — |
| subProjectId | ID | — |
| unit | String | — |
| unitPriceCents | BigInt | — |