ficsit-cli-flake/genqlient.yaml
D. Moonfire 9045893b1d
Some checks failed
push / Build (push) Has been cancelled
push / Lint (push) Has been cancelled
push / Test (push) Has been cancelled
chore: added it as an injectable flake
2024-10-21 22:42:38 -05:00

24 lines
510 B
YAML

# https://github.com/Khan/genqlient/blob/main/docs/genqlient.yaml
schema: schema.graphql
operations:
- ficsit/queries/*.graphql
generated: ficsit/types.go
package: ficsit
bindings:
UserID:
type: string
ModReference:
type: string
BootstrapVersionID:
type: string
ModID:
type: string
VersionID:
type: string
GuideID:
type: string
Date:
type: time.Time
unmarshaler: github.com/satisfactorymodding/ficsit-cli/ficsit/utils.UnmarshalDateTime
TagID:
type: string