Partial Data when batching entity fetches with errors #1123
kmoore-intuit
started this conversation in
General
Replies: 1 comment 4 replies
-
It should return partial data by design, so what you describe is not expected. Can you share any code snippets or a repro scenario so we can further investigate? Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that when doing a batched entity fetch that is is an all or nothing call. So if I try to do an entity fetch where I attempt to retrieve an entity 3 times. Even if the first 2 calls succeeded, if the last entity fetch throws an error, the data variable in the response is empty/null with an error in the error portion. Is that intended? If so, why not give partial data? Also, why does the error not have the path for which one failed specifically?
Beta Was this translation helpful? Give feedback.
All reactions