File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,16 @@ class GraphQLError(Exception):
39
39
"""
40
40
41
41
path : Optional [List [Union [str , int ]]]
42
- """A list of GraphQL AST Nodes corresponding to this error"""
42
+ """
43
+
44
+ A list of field names and array indexes describing the JSON-path into the execution
45
+ response which corresponds to this error.
46
+
47
+ Only included for errors during execution.
48
+ """
43
49
44
50
nodes : Optional [List ["Node" ]]
45
- """The source GraphQL document for the first location of this error
46
-
47
- Note that if this Error represents more than one node, the source may not represent
48
- nodes after the first node.
49
- """
51
+ """A list of GraphQL AST Nodes corresponding to this error"""
50
52
51
53
source : Optional ["Source" ]
52
54
"""The source GraphQL document for the first location of this error
You can’t perform that action at this time.
0 commit comments