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
Describe the bug When field is required in the filter an empty object is now enough.
Yes
To Reproduce Steps to reproduce the behavior:
foo
{ filter: { foo: {} } }
Expected behavior Error to be thrown that a filter on foo is required
The text was updated successfully, but these errors were encountered:
fix(query-graphql): Fixed empty object accepted by required filters
f162cf3
Fixes doug-martin/nestjs-query#1504
No branches or pull requests
Describe the bug
When field is required in the filter an empty object is now enough.
Have you read the Contributing Guidelines?
Yes
To Reproduce
Steps to reproduce the behavior:
foo
is required, when sending{ filter: { foo: {} } }
is now accepted as validExpected behavior
Error to be thrown that a filter on
foo
is requiredThe text was updated successfully, but these errors were encountered: