Similar to typed-css-modules the codegen can generate declaration files for existing query files that has list of exported queries and mutations.
This will help TypeScript enforce correct names when importing queries from .graphql file using "graphql-tag/loader".
Similar to typed-css-modules the codegen can generate declaration files for existing query files that has list of exported queries and mutations.
This will help TypeScript enforce correct names when importing queries from
.graphqlfile using"graphql-tag/loader".