matthenning/eloquent-api-filter

Request: Add select parameter

matthenning opened this issue · 0 comments

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