Error unwrapping
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.