Skip to content

Commit

Permalink
wip: fixing generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Jul 2, 2024
1 parent 0867755 commit d277f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generateSDK/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ const {
memoize1,
getRootTypeMap,
parseGraphQLSDL,
buildOperationNodeForField,
} = require('@graphql-tools/utils');
const { buildOperationNodeForField } = require('./BuildOperationForField');
// const { buildOperationNodeForField } = require('./BuildOperationForField');

function getUnifiedSchema(rawSource) {
let schema = rawSource;
Expand Down

0 comments on commit d277f53

Please sign in to comment.