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 2d013bd commit 43ad13bCopy full SHA for 43ad13b
README.md
@@ -28,8 +28,8 @@ yarn install -D graphql-codegen-golang
28
## Usage: `codegen.yaml`
29
30
```yaml
31
-schema: graphql/schema.graphql
32
-documents: graphql/documents/**/*.graphql
+schema: pkg/graphql/schema.graphql
+documents: pkg/graphql/!(schema).graphql
33
generates:
34
pkg/graphql/graphql.go:
35
hooks:
0 commit comments