Skip to content

Commit

Permalink
refactor lodash usage for esm
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Jun 25, 2021
1 parent 0c5c5e1 commit 1036da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/typescript/mongodb/src/fields-tree.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { indent } from '@graphql-codegen/visitor-plugin-common';
import { set } from 'lodash';
import set from 'lodash/set.js';

type FieldsResult = { [name: string]: string | FieldsResult };

Expand Down

0 comments on commit 1036da0

Please sign in to comment.