Closed
Description
I am skipping on the issue template because this is not a bug.
I have an object with a Pointer to User (named creator
). I want to be able to order by the full_name
field on User
Currently, if I do order('creator.full_name')
i get the following error:
{"code":105,"error":"creator.full_name is not a valid order key"}
Would it be possible to implement this in parse-server? Would a PR be accepted for the same?