Skip to content

Commit

Permalink
Don't use node: prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Mar 23, 2024
1 parent 8bd20c0 commit b0fafef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.ts
Expand Up @@ -25,7 +25,7 @@ import {
isUnionType,
} from "graphql";
import * as ts from "typescript";
import * as path from "node:path";
import * as path from "path";
import {
FIELD_METADATA_DIRECTIVE,
parseFieldMetadataDirective,
Expand Down

0 comments on commit b0fafef

Please sign in to comment.