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
Raw Permalink Normal View History

2020-06-02 15:45:21 +00:00
// Code generated by github.com/99designs/gqlgen, DO NOT EDIT.
package generated
import (
"github.com/tribalwarshelp/shared/tw/twmodel"
2020-06-02 15:45:21 +00:00
)
type DailyPlayerStats struct {
Total int `json:"total"`
Items []*twmodel.DailyPlayerStats `json:"items"`
}
type DailyTribeStats struct {
Total int `json:"total"`
Items []*twmodel.DailyTribeStats `json:"items"`
}
2020-06-28 11:55:37 +00:00
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"`
}
2020-06-21 11:27:08 +00:00
type PlayerHistory struct {
Total int `json:"total"`
Items []*twmodel.PlayerHistory `json:"items"`
2020-06-21 11:27:08 +00:00
}
2020-06-28 11:55:37 +00:00
type PlayerList struct {
Items []*twmodel.Player `json:"items"`
Total int `json:"total"`
2020-06-02 15:45:21 +00:00
}
2020-06-28 11:55:37 +00:00
type ServerList struct {
Items []*twmodel.Server `json:"items"`
Total int `json:"total"`
2020-06-28 11:55:37 +00:00
}
type ServerStats struct {
Items []*twmodel.ServerStats `json:"items"`
Total int `json:"total"`
}
type TribeChanges struct {
Total int `json:"total"`
Items []*twmodel.TribeChange `json:"items"`
}
2020-06-21 11:27:08 +00:00
type TribeHistory struct {
Total int `json:"total"`
Items []*twmodel.TribeHistory `json:"items"`
2020-06-21 11:27:08 +00:00
}
2020-06-28 11:55:37 +00:00
type TribeList struct {
Items []*twmodel.Tribe `json:"items"`
Total int `json:"total"`
2020-06-02 15:45:21 +00:00
}
2020-11-06 19:23:12 +00:00
type VersionList struct {
Items []*twmodel.Version `json:"items"`
Total int `json:"total"`
2020-11-06 19:23:12 +00:00
}
2020-06-28 11:55:37 +00:00
type VillageList struct {
Items []*twmodel.Village `json:"items"`
Total int `json:"total"`
2020-06-02 15:45:21 +00:00
}