File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def collect_fields(
30
30
) -> Dict [str , List [FieldNode ]]:
31
31
"""Collect fields.
32
32
33
- Given a selection_set, collects all of the fields returns them at the end .
33
+ Given a selection_set, collects all the fields and returns them.
34
34
35
35
collect_fields requires the "runtime type" of an object. For a field that
36
36
returns an Interface or Union type, the "runtime type" will be the actual
@@ -54,8 +54,8 @@ def collect_sub_fields(
54
54
) -> Dict [str , List [FieldNode ]]:
55
55
"""Collect sub fields.
56
56
57
- Given a list of field nodes, collects all of the subfields of the passed
58
- in fields, and returns them at the end.
57
+ Given a list of field nodes, collects all the subfields of the passed in fields,
58
+ and returns them at the end.
59
59
60
60
collect_sub_fields requires the "return type" of an object. For a field that
61
61
returns an Interface or Union type, the "return type" will be the actual
You can’t perform that action at this time.
0 commit comments