Skip to content

Interface: SourceQueryOpts

Options accepted by the query half of the record-plane port (TS). NOTE: no projection on the TS surface — Py-only for now.

Properties

filter?

optional filter?: QueryFilter;

limit?

optional limit?: number;

offset?

optional offset?: number;

orderBy?

optional orderBy?: QueryOrder;

tenant?

optional tenant?: string;