<!--**Issue Labels** While not necessary, you can help organize our issues by labeling this issue when you open it. To add a label automatically, simply [x] mark the appropriate box below: - [ ] has-reproduction - [ ] feature - [ ] docs - [ ] blocking - [ ] good first issue To add a label not listed above, simply place `/label another-label-name` on a line by itself. --> /label v2 I used to generate code with a local schema file something like this ``` apollo codegen:generate --schema=... --queries=... ./outputDir ``` but in v2 this seems to be removed. :( Is there anything that has replaced it?
/label v2
I used to generate code with a local schema file something like this
but in v2 this seems to be removed. :( Is there anything that has replaced it?