14 lines
321 B
YAML
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
|