Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`value` should be of type `unknown` instead of `number` with [email protected]: ```log Type '(value: number) => number' is not assignable to type 'GraphQLScalarValueParser<number>'. Types of parameters 'value' and 'inputValue' are incompatible. Type 'unknown' is not assignable to type 'number'.ts(2322) definition.d.ts(365, 3): The expected type comes from property 'parseValue' which is declared here on type 'Readonly<GraphQLScalarTypeConfig<number, number>>' ```
- Loading branch information