bookmarksProvider top-level constant

  1. @ProviderFor.new(bookmarks)
BookmarksFamily const bookmarksProvider

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();