Skip to content

Commit

Permalink
ESM fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 29, 2022
1 parent a788008 commit 323a496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/executor/src/execution/collectFields.ts
Expand Up @@ -11,7 +11,7 @@ import {
} from 'graphql';
import { doesFragmentConditionMatch, getFieldEntryKey, memoize5, shouldIncludeNode } from '@graphql-tools/utils';
import { AccumulatorMap } from './AccumulatorMap.js';
import { GraphQLDeferDirective } from '../directives';
import { GraphQLDeferDirective } from '../directives/index.js';

export interface PatchFields {
label: string | undefined;
Expand Down

0 comments on commit 323a496

Please sign in to comment.