Skip to main content

nin-js

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