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
The server applies the access predicate atomically and may reject oversized selections with selection_too_large.
Related types
CollectionSlugThe generated union of collection slugs.
CollectionSelectionOptionsTyped filter, trash, and locale scope for resolving bulk selection.
WhereForResolve a collection filter type.
CollectionSelectionEnvelopeThe authorized result of a server-resolved bulk selection.