salesPendingListClientIds
query
All pending document IDs for a customer (cross-type, unpaginated)
Returns every outstanding document ID, type and pending value for the given customer. Unpaginated by design — user-triggered on select-all, single-customer scope, so no hard cap.
query {
salesPendingListClientIds(companyId: Int!, customerId: Int!, options: SalesPendingListOptions): SalesPendingListClientIds!
}Returns: SalesPendingListClientIds!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
customerId | Int! | |
options | SalesPendingListOptions |