Created
October 21, 2022 19:50
-
-
Save Renaud009/68e9d3d9b26d28eee07b0dc2d9721079 to your computer and use it in GitHub Desktop.
codegen script in package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"scripts": { | |
"generate-gql": "graphql-codegen --config codegen.yml", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment