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 c90ddab commit f485f24Copy full SHA for f485f24
src/config.ts
@@ -2,10 +2,10 @@
2
* GolangPluginConfig lets you configure how GolangGenerator generates
3
* Golang code from GraphQL schemas and documents.
4
*/
5
-export interface GolangPluginConfig {
+export interface IGolangPluginConfig {
6
/**
7
* Name of the generated Golang package.
8
- * @default graphql
+ * @defaultValue graphql
9
* @example
10
* ```go
11
* package graphql
0 commit comments