graphql-code-generator icon indicating copy to clipboard operation
graphql-code-generator copied to clipboard

remove graphql codegen cli alias names

Open n1ru4l opened this issue 3 years ago • 1 comments
trafficstars

Right now we have 3 ways of running the CLI:

    "gql-gen": "dist/cjs/bin.js",
    "graphql-codegen": "dist/cjs/bin.js",
    "graphql-code-generator": "dist/cjs/bin.js",

Most commonly used one is graphql-codegen. We can remove the other ones in the next major version.

n1ru4l avatar Jul 04 '22 16:07 n1ru4l

we might want to find a way how to get access to graphql-codegen name since it doesn't work properly with npx see https://github.com/dotansimha/graphql-code-generator/issues/8074#issuecomment-1180893362

saihaj avatar Jul 11 '22 21:07 saihaj