Currently complex types in query selection and input types are generated under the query's module, even though they can be the same type in different queries. This makes reuse and creation of functions that operate on types in graphql schema quite difficult. I suggest generating those types under root namespace of a generated project.
Currently complex types in query selection and input types are generated under the query's module, even though they can be the same type in different queries. This makes reuse and creation of functions that operate on types in graphql schema quite difficult. I suggest generating those types under root namespace of a generated project.