Skip to content

Commit ff60078

Browse files
committed
ts:gql-codegen:fix-graphql-void-scalar-type
1 parent e3c8028 commit ff60078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • typescript/gql-codegen/src/actors/ts/graphql/generators/server/scalars

typescript/gql-codegen/src/actors/ts/graphql/generators/server/scalars/additional.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const additionalScalarsMapping = {
6666
ts.factory.createCallExpression(
6767
ts.factory.createPropertyAccessExpression(
6868
ts.factory.createIdentifier('z'),
69-
'never'
69+
'any'
7070
),
7171
undefined,
7272
[]

0 commit comments

Comments
 (0)