11 lines
324 B
YAML
11 lines
324 B
YAML
|
# Default genqlient config; for full documentation see:
|
||
|
# https://github.com/Khan/genqlient/blob/main/docs/genqlient.yaml
|
||
|
schema:
|
||
|
- ./external/stash/graphql/schema/types/*.graphql
|
||
|
- ./external/stash/graphql/schema/schema.graphql
|
||
|
operations:
|
||
|
- ./graphql/client.graphql
|
||
|
|
||
|
generated: src/stash/generated.go
|
||
|
package: stash
|