2024-07-23 11:29:12 +08:00
|
|
|
# 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:
|
2024-07-23 12:34:14 +08:00
|
|
|
type: encoding/json.RawMessage
|
2024-07-23 11:29:12 +08:00
|
|
|
timestamp:
|
|
|
|
|
type: time.Time
|
|
|
|
|
uuid:
|
|
|
|
|
type: github.com/google/uuid.UUID
|