☰
estimateCreate
Creates an Estimate
Creates a Estimate with the inserted data. Returns the created Estimate
Function signature
estimateCreate(companyId: Int!,data: EstimateInsert!,options: EstimateMutateOptions): Estimate!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: EstimateInsert!
options: EstimateMutateOptions