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 5b45bda commit faea5adCopy full SHA for faea5ad
src/graphql/execution/execute.py
@@ -1388,11 +1388,11 @@ def collect_and_execute_subfields(
1388
)
1389
1390
for sub_patch in sub_patches:
1391
- label, sub_patch_field_nodes = sub_patch
+ label, sub_patch_grouped_field_set = sub_patch
1392
self.execute_deferred_fragment(
1393
return_type,
1394
result,
1395
- sub_patch_field_nodes,
+ sub_patch_grouped_field_set,
1396
label,
1397
path,
1398
incremental_data_record,
0 commit comments