Skip to main content

where

Find all records that match all of the given criteria.

const { data, error } = await kontenbase.service('posts').find({
where: { name: 'Ega' },
})