-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
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
Subquery args validations #602
Comments
confirmed that it does not seem to work. I will try take a deeper look |
I have the same problem here with the latest version when trying to use these nested validations with a PaginationType query, as a workaround I've extended validateFieldArguments in the query like this:
I'm not sure if we should take that into account in RulesInFields or if it the PaginationType should be responsible for dealing with it |
Versions:
Question:
How is it possible to validate the subquery args parameters?
Example:
Current solution (verbose):
There is a better way?
Thanks
The text was updated successfully, but these errors were encountered: