Consider the following data
{
"name": "Event Name",
"description": "Event Description",
"isPremium": true,
“id”: “qayhae”,
}
I want to achieve the following query
id is in [“qayhae”, “anotherid”]
It should return the objects where the id property is in the list of arguments.