We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e57bb commit 6493ca6Copy full SHA for 6493ca6
1 file changed
src/execution/execute.ts
@@ -432,7 +432,7 @@ function executeFields(
432
parentType: GraphQLObjectType,
433
sourceValue: unknown,
434
path: Path | undefined,
435
- fields: Map<string, FieldGroup>,
+ fields: GroupedFieldSet,
436
): PromiseOrValue<ObjMap<unknown>> {
437
const results = Object.create(null);
438
let containsPromise = false;
0 commit comments