Skip to content

Commit 6493ca6

Browse files
committed
add missing GroupedFieldSet type
1 parent c1e57bb commit 6493ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/execution/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ function executeFields(
432432
parentType: GraphQLObjectType,
433433
sourceValue: unknown,
434434
path: Path | undefined,
435-
fields: Map<string, FieldGroup>,
435+
fields: GroupedFieldSet,
436436
): PromiseOrValue<ObjMap<unknown>> {
437437
const results = Object.create(null);
438438
let containsPromise = false;

0 commit comments

Comments
 (0)