Regenerate GraphQL Api. Remove FilterRanger

This commit is contained in:
Jan Eitzinger
2022-09-12 13:33:01 +02:00
parent c64a935750
commit c0daad256f
6 changed files with 153 additions and 807 deletions

View File

@@ -17,8 +17,8 @@ type Count struct {
}
type FloatRange struct {
From schema.Float `json:"from"`
To schema.Float `json:"to"`
From float64 `json:"from"`
To float64 `json:"to"`
}
type Footprints struct {