Closed
Description
Context
Referencing the following code:
Currently, with a custom scalar Date: Date
(see graphql-codegen scalarMap
config) we end up with type errors such as "{} is missing properties from Date toLocaleString, ..."
etc.
Proposal
Replace {}
with unknown
would allow consumers of this library to cast as neccessary.