We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fee169 commit bd04f99Copy full SHA for bd04f99
spec/Section 6 -- Execution.md
@@ -897,8 +897,8 @@ producing a partial response _without_ propagating errors to conform to
897
Note: With this error behavior, the client is expected to honour the {"errors"}
898
in the _response_ and prevent developers from reading a {null} produced by an
899
error. One approach for clients to to prevent a {null} produced by an error from
900
-being read is to raise an error on the client when the errored response
901
-position's data is accessed.
+being read is to raise an error on the client when the data at that error's
+_path entry_ is accessed.
902
903
**ABORT**
904
0 commit comments