Skip to content

Commit e231c89

Browse files
committed
readme: update configuration
1 parent 51e486c commit e231c89

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraphQL Code Generator plugin for generating Golang
22

3-
| This package is work in progress. Contributions are welcome <3.
3+
> This package is work in progress. Contributions are welcome <3.
44
55
This package generates Golang types and requests which use:
66

@@ -32,7 +32,11 @@ generates:
3232
3333
## Configuration
3434
35-
None for now.
35+
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. |
3640
3741
## License
3842

0 commit comments

Comments
 (0)