Compl3xC
Convex Community2y ago
1 reply
Compl3x

Is there any way to select only field that are required

[
{
_id: -------,
title: ------,
firstName: ------,
secondName: -----,
rollNo: -----,
},
....
....
]

for example we just want to send only rollNo after doing .get() or .query()
Was this page helpful?