We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe4383 commit 37e5748Copy full SHA for 37e5748
1 file changed
src/execution/execute.ts
@@ -471,7 +471,7 @@ function executeFields(
471
parentType: GraphQLObjectType,
472
sourceValue: unknown,
473
path: Path | undefined,
474
- fields: Map<string, FieldGroup>,
+ fields: GroupedFieldSet,
475
): PromiseOrValue<ObjMap<unknown>> {
476
const results = Object.create(null);
477
let containsPromise = false;
0 commit comments