Replies: 1 comment
-
I think it would just be something like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documented example for dependent queries has a serious shortcoming, which is that errors are not propagated: if an error occurs in the upstream query, the error is simply dropped. Callers which use the output of the dependent query will never see the error, instead they will just wait forever, since the dependent query will never be enabled.
I would like to see a more comprehensive example that shows how to propagate errors to dependent queries.
Beta Was this translation helpful? Give feedback.
All reactions