Skip to content

Commit 37e5748

Browse files
committed
add missing GroupedFieldSet type
1 parent bfe4383 commit 37e5748

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
@@ -471,7 +471,7 @@ function executeFields(
471471
parentType: GraphQLObjectType,
472472
sourceValue: unknown,
473473
path: Path | undefined,
474-
fields: Map<string, FieldGroup>,
474+
fields: GroupedFieldSet,
475475
): PromiseOrValue<ObjMap<unknown>> {
476476
const results = Object.create(null);
477477
let containsPromise = false;

0 commit comments

Comments
 (0)