Files
schemas/ctl/genqlient.yaml
2022-10-09 20:37:48 +02:00

14 lines
321 B
YAML

# 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