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

38 lines
809 B
Go
Raw 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/models"
)
type EnnoblementsList struct {
Items []*models.Ennoblement `json:"items"`
Total int `json:"total"`
}
2020-06-04 14:23:08 +00:00
type LangVersionsList struct {
2020-06-02 15:45:21 +00:00
Items []*models.LangVersion `json:"items"`
Total int `json:"total"`
}
2020-06-04 14:23:08 +00:00
type PlayersList struct {
2020-06-02 15:45:21 +00:00
Items []*models.Player `json:"items"`
Total int `json:"total"`
}
2020-06-04 14:23:08 +00:00
type ServersList struct {
2020-06-02 15:45:21 +00:00
Items []*models.Server `json:"items"`
Total int `json:"total"`
}
2020-06-04 14:23:08 +00:00
type TribesList struct {
2020-06-02 15:45:21 +00:00
Items []*models.Tribe `json:"items"`
Total int `json:"total"`
}
2020-06-04 14:23:08 +00:00
type VillagesList struct {
2020-06-02 15:45:21 +00:00
Items []*models.Village `json:"items"`
Total int `json:"total"`
}