We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd34ab commit 0a1150cCopy full SHA for 0a1150c
1 file changed
typescript/gql-codegen/src/actors/ts/graphql/generators/client/main.ts
@@ -41,6 +41,7 @@ const operationTypeNode = ts.factory.createInterfaceDeclaration(
41
'variablesSchema',
42
undefined,
43
ts.factory.createTypeReferenceNode('z.ZodType', [
44
+ ts.factory.createKeywordTypeNode(ts.SyntaxKind.UnknownKeyword),
45
ts.factory.createTypeReferenceNode('V')
46
]),
47
),
0 commit comments