We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/devbox/feathers-select-bug-q4fsvw
It should just bootstrap itself and create a company on startup, so you can just instantly access it via /company
/company?$select[]=virtualField1 <-- this works /company?$select[]=virtualField2 <-- this doesn't
I would expect virtual properties to behave like regular ones
resolvers bypass the query validation Except for external resolvers
Tell us about the applicable parts of your setup.
"@feathersjs/feathers": "5.0.21"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
https://codesandbox.io/p/devbox/feathers-select-bug-q4fsvw
It should just bootstrap itself and create a company on startup, so you can just instantly access it via /company
/company?$select[]=virtualField1 <-- this works
/company?$select[]=virtualField2 <-- this doesn't
Expected behavior
I would expect virtual properties to behave like regular ones
Actual behavior
resolvers bypass the query validation
Except for external resolvers
System configuration
Tell us about the applicable parts of your setup.
"@feathersjs/feathers": "5.0.21"
The text was updated successfully, but these errors were encountered: