Hello
i’m trying to get BackendlessUser() object that satisfied the condition:
//ids is an array of String : ["748179362185256962","3218789362185256962"]
let whereClause = "ownerId = '\(ids)'"
in Parse I think we can use whereKey:matchesQuery:
so how to do it in Backendless ?