Skip to content

Commit 0a1150c

Browse files
committed
ts:gql-codegen:fix
1 parent 5dd34ab commit 0a1150c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • typescript/gql-codegen/src/actors/ts/graphql/generators/client

typescript/gql-codegen/src/actors/ts/graphql/generators/client/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const operationTypeNode = ts.factory.createInterfaceDeclaration(
4141
'variablesSchema',
4242
undefined,
4343
ts.factory.createTypeReferenceNode('z.ZodType', [
44+
ts.factory.createKeywordTypeNode(ts.SyntaxKind.UnknownKeyword),
4445
ts.factory.createTypeReferenceNode('V')
4546
]),
4647
),

0 commit comments

Comments
 (0)