QuoteUnifiedPage
Cursor-paginated list of unified quotes.
This page contains
Fields
| content: [QuoteUnifiedItem!]! PREVIEW | Quote 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 quotes matching the current filter across all pages. |
Queries for QuoteUnifiedPage
| quoteUnifiedListByAdvisorId PREVIEW | Cursor-paginated list of unified quotes for the advisor with optional search and stage filter. first is capped at 100 server-side. |
| quoteUnifiedListByMarketplaceTenant PREVIEW | Cursor-paginated list of unified quotes in a marketplace tenant. Filters on
|