Skip to main content

$gt

Find all records where the value is more to a given value.

const { data, error } = await kontenbase.service('posts').find({
where: {
total: { $gt: 10 },
},
})