Skip to main content

select

Allows to pick which fields to include in the result.

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