// Code generated by github.com/99designs/gqlgen, DO NOT EDIT. package generated import ( "github.com/tribalwarshelp/shared/models" ) type EnnoblementsList struct { Items []*models.Ennoblement `json:"items"` Total int `json:"total"` } type LangVersionsList struct { Items []*models.LangVersion `json:"items"` Total int `json:"total"` } type PlayerHistory struct { Total int `json:"total"` Items []*models.PlayerHistory `json:"items"` } type PlayersList struct { Items []*models.Player `json:"items"` Total int `json:"total"` } type ServerStats struct { Items []*models.ServerStats `json:"items"` Total int `json:"total"` } type ServersList struct { Items []*models.Server `json:"items"` Total int `json:"total"` } type TribeHistory struct { Total int `json:"total"` Items []*models.TribeHistory `json:"items"` } type TribesList struct { Items []*models.Tribe `json:"items"` Total int `json:"total"` } type VillagesList struct { Items []*models.Village `json:"items"` Total int `json:"total"` }