graphql-java / graphql-java-extended-validation

Validation library for graphql-java input
MIT License
128 stars 34 forks source link

make validation errors more configurable #97

Open lukasGemela opened 5 months ago

lukasGemela commented 5 months ago

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.