Skip to content

Commit faea5ad

Browse files
committed
Use grouped_field_set as variable name
1 parent 5b45bda commit faea5ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graphql/execution/execute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,11 +1388,11 @@ def collect_and_execute_subfields(
13881388
)
13891389

13901390
for sub_patch in sub_patches:
1391-
label, sub_patch_field_nodes = sub_patch
1391+
label, sub_patch_grouped_field_set = sub_patch
13921392
self.execute_deferred_fragment(
13931393
return_type,
13941394
result,
1395-
sub_patch_field_nodes,
1395+
sub_patch_grouped_field_set,
13961396
label,
13971397
path,
13981398
incremental_data_record,

0 commit comments

Comments
 (0)