This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
api/graphql/generated/models.go

78 lines
1.8 KiB
Go

// Code generated by github.com/99designs/gqlgen, DO NOT EDIT.
package generated
import (
"github.com/tribalwarshelp/shared/tw/twmodel"
)
type DailyPlayerStats struct {
Total int `json:"total"`
Items []*twmodel.DailyPlayerStats `json:"items"`
}
type DailyTribeStats struct {
Total int `json:"total"`
Items []*twmodel.DailyTribeStats `json:"items"`
}
type EnnoblementList struct {
Items []*twmodel.Ennoblement `json:"items"`
Total int `json:"total"`
}
type FoundPlayerList struct {
Items []*twmodel.FoundPlayer `json:"items"`
Total int `json:"total"`
}
type FoundTribeList struct {
Items []*twmodel.FoundTribe `json:"items"`
Total int `json:"total"`
}
type PlayerHistory struct {
Total int `json:"total"`
Items []*twmodel.PlayerHistory `json:"items"`
}
type PlayerList struct {
Items []*twmodel.Player `json:"items"`
Total int `json:"total"`
}
type ServerList struct {
Items []*twmodel.Server `json:"items"`
Total int `json:"total"`
}
type ServerStats struct {
Items []*twmodel.ServerStats `json:"items"`
Total int `json:"total"`
}
type TribeChanges struct {
Total int `json:"total"`
Items []*twmodel.TribeChange `json:"items"`
}
type TribeHistory struct {
Total int `json:"total"`
Items []*twmodel.TribeHistory `json:"items"`
}
type TribeList struct {
Items []*twmodel.Tribe `json:"items"`
Total int `json:"total"`
}
type VersionList struct {
Items []*twmodel.Version `json:"items"`
Total int `json:"total"`
}
type VillageList struct {
Items []*twmodel.Village `json:"items"`
Total int `json:"total"`
}