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