
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
codegen-typescript-graphql-module-declarations-plugin
Advanced tools
This [graphql-code-generator](https://graphql-code-generator.com/) plugin is based on the [TypeScript GraphQL Files Modules](https://graphql-code-generator.com/docs/plugins/typescript-graphql-files-modules), but generates typed document nodes, using the t
This graphql-code-generator plugin is based on the TypeScript GraphQL Files Modules, but generates typed document nodes, using the types generated earlier by TypedDocumentNode plugin.
You need to run graphql-code-generator with the TypedDocumentNode plugin first and set typedDocumentNodeModule
option to the module path of the generated file.
For configuration options see index.ts.
This plugin generates TypeScript typings for .graphql
files containing GraphQL documents, which later on can be consumed using graphql-tag/loader
or use string
types if you will use the operations as raw strings, and get type-check and type-safety for your imports. This means that any time you import objects from .graphql
files, your IDE will provide auto-complete.
This plugin also handles .graphql
files containing multiple GraphQL documents, and name the imports according to the operation name.
⚠ Fragments are not generated with named imports, only as default imports, due to
graphql-tag/loader
behavior.
FAQs
This [graphql-code-generator](https://graphql-code-generator.com/) plugin is based on the [TypeScript GraphQL Files Modules](https://graphql-code-generator.com/docs/plugins/typescript-graphql-files-modules), but generates typed document nodes, using the t
We found that codegen-typescript-graphql-module-declarations-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.