Skip to main content

in-js

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