Skip to content

Error unwrapping

Compare
Choose a tag to compare
@lwc lwc released this 21 Sep 00:48
· 169 commits to master since this release
83ee611

Updated

  • GraphQL errors now satisfy the go 1.13 error unwrapping interface.
    • This allows gqlgen to wrap all user errors at the point they returned to the runtime, allowing accurate GraphQL path information to be attached to the error.