Skip to content

Commit

Permalink
Fix generation of typeDocumentNode file
Browse files Browse the repository at this point in the history
There was a typo in the release of 5.2.8  in the file `packages/graphql-zeus/plugins/typedDocumentNode/index.ts`

f8c747f#diff-e57f9e0c24b783aa4766921e3a718f19f0006d7a9b9f9118fc5eb2c34a2572deR14
  • Loading branch information
TimMikeladze committed Feb 27, 2023
1 parent f8c747f commit a9abf8b
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 a9abf8b

Please sign in to comment.