Request: Add select parameter
matthenning opened this issue · 0 comments
matthenning commented
Should also be able to select fields from joined tables.
Example:
../posts?with[]=author&select=title,text,author.name
or
../posts?with[]=author&select[]=title&select[]=text&select[]=author.name