quoteUnifiedListByAdvisorId
Cursor-paginated list of unified quotes for the advisor with optional search and stage filter. first is capped at 100 server-side.
This page contains
Arguments
| advisorId ID! | Advisor (tenant) whose quotes are listed. |
| filter QuoteUnifiedFilterInput PREVIEW | Filter criteria (search and stage). |
| first Int | Maximum number of rows to return. |
| after String | Opaque cursor; return rows after this cursor position. |
Return Fields
| QuoteUnifiedPage! PREVIEW | Cursor-paginated list of unified quotes. |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.