How to make a resolver for a custom scalar apply in a graphql code gen file?

How to make a resolver for a custom scalar apply in a graphql code gen file?

I have a conversion function that is currently doing this for me in my types file, but i want to remove that and have the graphql code generator that …

 

Read More