Improve RelayResponseNormalizer errors
Open
shared with relay team
- Dominant language
- Rust
- Stars
- 19k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
If there's some data missing in the response payload that shouldn't be missing, the RelayReponseNormalizer currently reports the following error:

Sadly this error doesn't really provide useful information. There could be hundreds of id fields in the response depending on the size of the query.
In theory, Relay should be able to output the path where this error occurred as this information could be derived from the selection path in the artifacts.
Do you think it would be feasible to improve this error?
Contributor guide
Assessment
This issue has not been assessed yet.