Skip to content

Commit

Permalink
Merge pull request #364 from TimMikeladze/patch-1
Browse files Browse the repository at this point in the history
Fix generation of typeDocumentNode file
  • Loading branch information
aexol committed Feb 27, 2023
2 parents f8c747f + a9abf8b commit 1edecca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-zeus/plugins/typedDocumentNode/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
Zeus,
ExtractVariables,
} from './';
import { Ops } t';
import { Ops } from './const';
export const typedGql =
<O extends keyof typeof Ops, SCLR extends ScalarDefinition, R extends keyof ValueTypes = GenericOperation<O>>(
Expand Down

0 comments on commit 1edecca

Please sign in to comment.