We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d65b2 commit 5e55757Copy full SHA for 5e55757
1 file changed
graphql/codegen/README.md
@@ -687,9 +687,10 @@ Generator Options:
687
-a, --authorization <token> Authorization header value
688
--browser-compatible Generate browser-compatible code (default: true)
689
Set to false for Node.js with localhost DNS fix
690
+ --skip-custom-operations Only generate table CRUD operations
691
--dry-run Preview without writing files
692
-v, --verbose Show detailed output
-
693
+ --keep-db Keep ephemeral database after generation (pgpm modes)
694
-h, --help Show help message
695
--version Show version number
696
```
0 commit comments