OrderUnifiedPage
Cursor-paginated list of unified orders.
This page contains
Fields
| content: [OrderUnifiedItem!]! PREVIEW | Order rows for this page. |
| size: Int! | Requested page size. |
| hasNextPage: Boolean! | Whether more rows exist after the last item. |
| endCursor: String | Opaque cursor of the last item; pass as after on the next request. |
| totalElements: Int! | Total orders matching the current filter across all pages. |
Queries for OrderUnifiedPage
| orderUnifiedListByAdvisorId PREVIEW | Cursor-paginated list of unified orders for the advisor with optional search and status filter. first is capped at 100 server-side. |
| orderUnifiedListByMarketplaceTenant PREVIEW | Cursor-paginated list of unified orders in a marketplace tenant. Filters on
|