mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Regenerate GraphQL Api. Remove FilterRanger
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user