© 2026 Hedgehog Software, LLC
return ctx.db.query.bookmark.findMany({ with: { tags: { with: { tag: { columns: { id: true, name: true }, }, }, }, }, });
{ ... tags: [ { id: '..', name: 'terminal' }, ], }