method

RiduClient.resolveFilteredSelection

RiduClient.resolveFilteredSelection<Slug extends CollectionSlug<Config>>( collection: Slug, options?: CollectionSelectionOptions<WhereFor<Config, Slug>, LocaleFor<Config>>, ): Promise<CollectionSelectionEnvelope>

Resolve a filter to authorized IDs and per-document capabilities.

Source packages/sdk/src/types.ts:754

@param collection
The collection value.
@param options
The options value.
@returns
The declared result.

The server applies the access predicate atomically and may reject oversized selections with selection_too_large.

Related types