blank
Purpose
To validate that a String value is not blank.Examples
login(blank:false)Description
Set tofalse if a string value cannot be blank.Error Code: className.propertyName.blankIf the string isnull, it won't validate withblank: true. In this case, set the nullable constraint totrue.

