migratedEstimateUpdate
mutation
Update an Migrated estimate
Update a Migrated estimate with the inserted data. Returns the updated Estimate
mutation {
migratedEstimateUpdate(companyId: Int!, data: MigratedEstimateUpdate!, options: MigratedEstimateMutateOptions): MigratedEstimate!
}Returns: MigratedEstimate!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | MigratedEstimateUpdate! | |
options | MigratedEstimateMutateOptions |