View Source JetExt.Absinthe.ErrorHandler.Default (jet_ext v0.2.3)
The default error handler for JetExt.Absinthe.Middleware.HandleError
that handles ecto
changeset as an error.
If the PolymorphicEmbed
module is loaded, it will use the traverse_errors
function from it,
otherwise it will use the traverse_errors
function from Ecto.Changeset
.