estimateDraftable
mutation
Revert estimate to draft
Converts a finalized estimate back to draft status for further editing. Returns the updated estimate.
mutation {
estimateDraftable(companyId: Int!, documentId: Int!): Estimate!
}Returns: Estimate!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! |