Commit 0ecf921
committed
GraphQlArgumentInitializer support for BindException
GraphQlArgumentInitializer now keeps track of the argument path and
accumulates binding errors whose field set to the argument path.
In case of a binding error, it continues with other constructor args
or list elements, accumulating as many errors as possible, and raising
a BindingException at the end.
Closes gh-2801 parent 98b70c3 commit 0ecf921
File tree
3 files changed
+271
-116
lines changed- spring-graphql/src
- main/java/org/springframework/graphql/data
- query
- test/java/org/springframework/graphql/data/method/annotation/support
3 files changed
+271
-116
lines changed
0 commit comments