Skip to main content

select

Allows to pick which fields to include in the result.

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