migratedEstimateCreate
mutation
Creates a Migrated estimate
Creates a Migrated estimate with the inserted data. Returns the created Estimate
mutation {
migratedEstimateCreate(companyId: Int!, data: MigratedEstimateInsert!, options: MigratedEstimateMutateOptions): MigratedEstimate!
}Returns: MigratedEstimate!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | MigratedEstimateInsert! | |
options | MigratedEstimateMutateOptions |