We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00fe58d commit dc300d1Copy full SHA for dc300d1
spec/Section 7 -- Response.md
@@ -58,8 +58,8 @@ output will be an object of the mutation root operation type.
58
If an error was raised before execution begins, the `data` entry should not be
59
present in the _response map_.
60
61
-If an error was raised during the execution that prevented a valid result, the
62
-`data` entry in the _response map_ should be `null`.
+If an error was raised during execution that propagated to the operation root,
+the `data` entry in the _response map_ should be `null`.
63
64
### Errors
65
0 commit comments