deliveryNotes
query
List delivery notes
Retrieves a paginated list of delivery notes (guias de transporte), with filtering by date, customer, status, and document set.
query {
deliveryNotes(companyId: Int!, options: DeliveryNoteOptions): DeliveryNotes!
}Returns: DeliveryNotes!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | DeliveryNoteOptions |