TS error on $select when $orderBy added
romangobrey opened this issue · 1 comments
romangobrey commented
sitek94 commented
I encountered the same issue, and it seems that it is related to Select
type.
Currently, if we use only select
we can pass whatever we want.
However, when we also use expand
we cannot select
other properties than those defined in expand
. Here's reproduction.
I'm going to open a PR with a possible fix.