-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support of INPUT_FIELD_DEFINITION location #6
Comments
Is this working as it was merged? I've tested a bit on |
Looks like objects validation rules proposed in #13 can solve the problem of input type fields validation. Moreover, objects validation approach opens up more possibilities like compounded validation: checking the value of multiple fields at the same time. It seems this can't be covered using the |
please fix this, still no update ..... or if there will no updates could you tell me ay other package for Lambda |
Unfortunately, I don't have enough time to work on this package at the moment. |
Currently,
@constraint
supports onlyARGUMENT_DEFINITION
directive location.Problem: e.g. Prisma extracts all query/mutation arguments to separate input types when generates schema from datamodel.
Please add support of
INPUT_FIELD_DEFINITION
location to be able to apply@constraint
to input type fields. E.g.:The text was updated successfully, but these errors were encountered: