Utilizing the typescript plugin for graphql code generator
As documented
This TypeScript plugin is fundamental and capable of creating typings from GraphQLSchema, which can be leveraged by other typescript plugins.
It creates types for all aspects of your schema: types, input types, enums, interfaces, scalars, and unions.
Is there a way to generate just types? I've scoured the documentation but haven't found anything on this specific scenario.