AddSovLineItemInput
InputAutogenerated input type of AddSovLineItem
mutation { organization(id: $organizationId) { project(id: $projectId) { addSovLineItem } } }
Example
mutation AddSovLineItem(
$organizationId: ID!
$projectId: ID!
$input: AddSovLineItemInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
addSovLineItem(input: $input) {
sovLineItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| amountCents | BigInt! | — |
| billableType | String | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| commitmentId | ID! | — |
| 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 | — |