Skip to content

@pothos/plugin-validation@4.3.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 22:31
· 10 commits to main since this release
60206a7

Patch Changes

  • c4857a1: Report validation issues from every field of an input object instead of stopping after the first field that fails. When the type-level schemas for a field fail, the field-level schemas for that field are no longer run against the failed result, list-level schemas now wait for async type-level schemas of list items to complete, type-level schemas still run for list items whose nested fields passed when a sibling item failed, and async nested field failures inside list items no longer reject with a promise chaining error.