Compl3x
CCConvex Community
•Created by Compl3x on 6/1/2024 in #support-community
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()
2 replies