13 lines
333 B
YAML
13 lines
333 B
YAML
# Default genqlient config; for full documentation see:
|
|
# https://github.com/Khan/genqlient/blob/main/docs/genqlient.yaml
|
|
schema: schema.graphql
|
|
operations:
|
|
- genqlient.graphql
|
|
generated: generated.go
|
|
bindings:
|
|
jsonb:
|
|
type: encoding/json.RawMessage
|
|
timestamp:
|
|
type: time.Time
|
|
uuid:
|
|
type: github.com/google/uuid.UUID |