Adds generatorLanguage to all generators (#11268)

* Adds generatorLanguage to all generators

* Adds all generator languages and info to docs

* Docs updated
This commit is contained in:
Justin Black
2022-01-10 12:13:35 -08:00
committed by GitHub
parent dd3bba8c94
commit 0eca629127
201 changed files with 371 additions and 31 deletions

View File

@@ -8,6 +8,7 @@ title: Documentation for the graphql-nodejs-express-server Generator
| -------- | ----- | ----- |
| generator name | graphql-nodejs-express-server | pass this to the generate command after -g |
| generator type | SERVER | |
| generator language | Javascript | |
| helpTxt | Generates a GraphQL Node.js Express server (beta) including it's types, queries, mutations, (resolvers) | |
## CONFIG OPTIONS