I am not sure, if this is possible or not. For the following query :-
var query: Query = new Query(TopPlayers, "wonDate == ?", "06292017"); query.limit = 3; query.orderBy = "highScore DESC";
Query returned - 1 Top player = [Entity type="TopPlayers" id="uGUb73UHE1r3mekf" createdAt="2017-06-29T10:52:38.787Z" updatedAt="2017-06-29T10:55:59.504Z" ownerId="uGUb73UHE1r3mekf"]
Its not returning the highScore of the player.
Am I missing something or used the wrong query?
What should be the approach for such a requirement.
Thanks
Shaun