mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
14 lines
266 B
YAML
14 lines
266 B
YAML
![]() |
# Refer to https://gqlgen.com/config/
|
||
|
# for detailed .gqlgen.yml documentation.
|
||
|
|
||
|
schema:
|
||
|
- pkg/api/schema.graphql
|
||
|
exec:
|
||
|
filename: pkg/api/generated.go
|
||
|
model:
|
||
|
filename: pkg/api/models_gen.go
|
||
|
resolver:
|
||
|
filename: pkg/api/resolver.go
|
||
|
type: Resolver
|
||
|
autobind: []
|