Retrieving Annotations for Fields in ParseError
Hello everyone, when parsing a schema and getting a
Our schema (notice the annotation on
ParseError, is there a way to retrieve the annotations added to a field inside the error? The problem we want to solve is giving descriptive error message to our end user, because the name of the field isn't obvious as to which field in the UI it's related. Thanks in advance!Our schema (notice the annotation on
startDate):