Support for Args and related module types in GraphQL Module Resolvers #5139
Open
Labels
core
Related to codegen core/cli
kind/enhancement
New feature or request
presets
Related to Codegen presets
When I use the graphql-modules preset, I don't get typings like MutationCreateAuthMethodsArgs in the module generated file but I do get it in the overall codegen file
For eg: I have this in overall codegen file:
But not in the module file. I just have this:
I use the type in the provider like this:
but not able to do that now.
The typing works well in resolvers, but this is what I do in my resolver:
Thanks. Will use the global typed file as of now.
CC: @dotansimha
The text was updated successfully, but these errors were encountered: