We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The validations doesnt work with input types having "!" mark (exclamation mark) below is example schema (note the ! mark after GroupIDInput )
type Query { group(id: GroupIDInput!) : Group } input GroupIDInput { name: String! @NotBlank }
In such cases, validations doesn't work at all.The name: String! @notblank field doesn't get validated even if left blank.
However, if we remove ! mark from GroupIDInput, everything works fine then.
The text was updated successfully, but these errors were encountered:
Closing at duplicate of #17
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
The validations doesnt work with input types having "!" mark (exclamation mark)
below is example schema (note the ! mark after GroupIDInput )
In such cases, validations doesn't work at all.The name: String! @notblank field doesn't get validated even if left blank.
However, if we remove ! mark from GroupIDInput, everything works fine then.
The text was updated successfully, but these errors were encountered: