We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e486c commit e231c89Copy full SHA for e231c89
README.md
@@ -1,6 +1,6 @@
1
# GraphQL Code Generator plugin for generating Golang
2
3
-| This package is work in progress. Contributions are welcome <3.
+> This package is work in progress. Contributions are welcome <3.
4
5
This package generates Golang types and requests which use:
6
@@ -32,7 +32,11 @@ generates:
32
33
## Configuration
34
35
-None for now.
+Configuration source is at [src/config.ts](src/config.ts)
36
+
37
+| Name | Default | Description |
38
+| ----------- | ------- | ------------------------------------- |
39
+| packageName | graphql | Name of the generated Golang package. |
40
41
## License
42
0 commit comments