Title
a

ahebwa49

02/20/2019, 12:18 PM
How do you auto-generate the Resolver types in typescript after adding a mutation or query root field in the schema?
h

Harshit

02/20/2019, 1:43 PM
You will use graphqlgen here
a

ahebwa49

02/20/2019, 4:46 PM
Thanks