estimateUpdate
mutation
Update estimate
Modifies an estimate's line items, customer, dates, or other details. Returns the updated estimate.
mutation {
estimateUpdate(companyId: Int!, data: EstimateUpdate!, options: EstimateMutateOptions): Estimate!
}Returns: Estimate!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | EstimateUpdate! | |
options | EstimateMutateOptions |