Files
schemas/ctl/genqlient.yaml
T

14 lines
321 B
YAML
Raw Normal View History

2022-10-09 15:23:52 +02:00
# Default genqlient config; for full documentation see:
# https://github.com/Khan/genqlient/blob/main/docs/genqlient.yaml
schema: ../graph/schema.graphqls
operations:
- "*.graphql"
generated: generated.go
package: ctl
use_struct_references: true
optional: pointer
#- output: pointer
bindings:
Time:
type: time.Time