Files
genqlient/example/genqlient.yaml
T

12 lines
310 B
YAML

# These are the defaults, and are just included to be explicit.
package: example
schema: schema.graphql
queries:
- genqlient.graphql
generated: generated.go
# We map github's DateTime type to Go's time.Time (which conveniently already
# defines MarshalJSON and UnmarshalJSAON).
scalars:
DateTime: time.Time