TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.
https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin
A custom GraphQL Code Generator plugin to generate typed document nodes for TypeScript operations and fragments. Provides enhanced type safety with generated exports for GraphQL queries, mutations, and fragments.