Skip to content

Instantly share code, notes, and snippets.

@Renaud009
Created October 21, 2022 19:50
Show Gist options
  • Save Renaud009/68e9d3d9b26d28eee07b0dc2d9721079 to your computer and use it in GitHub Desktop.
Save Renaud009/68e9d3d9b26d28eee07b0dc2d9721079 to your computer and use it in GitHub Desktop.
codegen script in package.json
{
"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