estimateBulkCreate
mutation
mutation {
estimateBulkCreate(companyId: Int!, data: EstimateBulkInsert!): [Estimate]!
}Returns: [Estimate]!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | EstimateBulkInsert! |
mutation {
estimateBulkCreate(companyId: Int!, data: EstimateBulkInsert!): [Estimate]!
}Returns: [Estimate]!
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | EstimateBulkInsert! |