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
2020-06-28 13:55:37 +02:00

68 lines
1.5 KiB
Go

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