make validation errors more configurable by lukasGemela · Pull Request #97 · graphql-java/graphql-java-extended-validation
Motivation for this MR:
seems like different java gql-based projects approach errors differently and sometimes put error contextual information under extensions and sometimes under extensions.specification field.
We have a large project where we already use extensions field and would like to use this library, but keep the error response structure for Extendedvalidations inline with our current project.