Skip to content

RefsOptions

RefsOptions = object

Options for client.thing.refs — wref-field reverse and forward lookups.

https://docs.warmhub.ai/sdk/read-semantics/#reference-queries

optional direction?: "inbound" | "outbound"

inbound finds records whose wref fields point at the target; outbound finds records the target points to. Defaults to inbound.


optional fieldPath?: string

Narrow an inbound search to a specific wref field path on the source shape.


optional limit?: number

Maximum references returned per page.


optional cursor?: string

Pagination cursor returned by the prior call.