bookmarksProvider top-level constant
- @ProviderFor.new(bookmarks)
All bookmarks for the current user, newest first. Pass filter to
scope to one BookmarkKind.
Backed by user_bookmarks (migration 063). RLS scopes the query to
the authenticated user — no extra filter needed.
Copied from bookmarks.
Implementation
@ProviderFor(bookmarks)
const bookmarksProvider = BookmarksFamily();