File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 88- [x] Generate queries and mutations
99- [ ] Generate subscriptions with gorilla websocket
1010- [ ] Add more configuration options
11- - [ ] Avoid collisions ?
11+ - [ ] Avoid possible naming collisions
1212- [ ] Write tests
1313
1414This package generates Golang types and requests which use:
@@ -24,9 +24,10 @@ This package generates Golang types and requests which use:
2424
2525The package is published to [ graphql-codegen-golang] ( https://www.npmjs.com/package/graphql-codegen-golang ) .
2626
27- ```
28- npm install -D graphql-codegen-golang
29- yarn install -D graphql-codegen-golang
27+ ``` sh
28+ pnpm install -DE graphql-codegen-golang
29+ yarn install -DE graphql-codegen-golang
30+ npm install -DE graphql-codegen-golang
3031```
3132
3233## Usage: ` codegen.yaml `
@@ -50,7 +51,3 @@ Configuration source is at [src/config.ts](src/config.ts)
5051| Name | Default | Description |
5152| ----------- | ------- | ------------------------------------- |
5253| packageName | graphql | Name of the generated Golang package. |
53-
54- ## License
55-
56- MIT
You can’t perform that action at this time.
0 commit comments