Skip to content

Commit 0a7d6fb

Browse files
committed
Add codegen back to JS tools
1 parent d0af7cf commit 0a7d6fb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

data/code.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,13 @@
389389
"npm": "graphql-language-service",
390390
"github": "graphql/graphql-language-service"
391391
},
392+
{
393+
"name": "GraphQL Code Generator",
394+
"description": "GraphQL code generator with flexible support for custom plugins and templates like Typescript (frontend and backend), React Hooks, resolvers signatures and more.",
395+
"url": "https://graphql-code-generator.com",
396+
"npm": "@graphql-codegen/cli",
397+
"github": "dotansimha/graphql-code-generator"
398+
},
392399
{
393400
"name": "GraphQL-ESLint",
394401
"description": "GraphQL-ESLint integrates GraphQL AST in the ESLint core (as a parser).",

0 commit comments

Comments
 (0)