estimateRelatable
query
Get relatable documents for estimate
Returns documents that can be linked to this estimate, such as invoices or delivery notes created from it.
query {
estimateRelatable(companyId: Int!, entityId: Int!, options: EstimateOptions): EstimateRelatableDocuments!
}Returns: EstimateRelatableDocuments!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
entityId | Int! | |
options | EstimateOptions |