Open simon-wacker opened 9 months ago
The latest GraphQL code generator distinguishes between input and output types for scalars. According to https://github.com/dotansimha/graphql-code-generator/issues/9547, they should be used via 'Types.Scalars[\'Custom\'][\'input\']',. The library graphql-let doesn't do that yet, resulting in type errors. Shall we ditch graphql-let and use GraphQL Code Generator directly?
'Types.Scalars[\'Custom\'][\'input\']',
graphql-let
The latest GraphQL code generator distinguishes between input and output types for scalars. According to https://github.com/dotansimha/graphql-code-generator/issues/9547, they should be used via
'Types.Scalars[\'Custom\'][\'input\']',
. The library graphql-let doesn't do that yet, resulting in type errors. Shall we ditchgraphql-let
and use GraphQL Code Generator directly?