Closed daffl closed 1 year ago
Name | Link |
---|---|
Latest commit | 2380b6139f8a66e978b710d0a407b13a46487e19 |
Latest deploy log | https://app.netlify.com/sites/feathers-dove/deploys/6385690c54daea0009c1388e |
Deploy Preview | https://deploy-preview-2900--feathers-dove.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
This pull request implements virtual property resolvers as discussed in https://github.com/feathersjs/feathers/issues/2821 and allows selecting all fields - including property resolvers - using the $select query syntax and ensures that databases only get the
$select
fields they care about. A virtual resolver is essentially a property resolver but does not have avalue
:Should close https://github.com/feathersjs/feathers/issues/2595 but we'll leave https://github.com/feathersjs/feathers/issues/2821 open to look at defining dependencies and https://github.com/feathersjs/feathers/issues/2604 to see if something more than
$select
is needed.