Skip to main content

$ne

Find all records that do not equal the given property value.

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