mx-bernhard
mx-bernhard
The "ignore" option seems to be, well, ignored. This fixes that.
`value` should be of type `unknown` instead of `number` with [email protected]: ```log Type '(value: number) => number' is not assignable to type 'GraphQLScalarValueParser'. Types of parameters 'value' and 'inputValue' are...
### Which packages are impacted by your issue? @graphql-codegen/visitor-plugin-common, @graphql-codegen/typescript-resolvers ### Describe the bug With the update of @graphql-codegen/visitor-plugin-common to 5.2.0 and from that very likely this [PR](com/dotansimha/graphql-code-generator/pull/9962) we run...