Change schema to accept a float for the average spots available

This commit is contained in:
2025-07-21 19:08:22 -04:00
parent e78982538e
commit cc03803a3c

View File

@@ -38,7 +38,7 @@ type ParkingStructure {
type HistoricalParkingAverageQueryResult {
from: DateTime!
to: DateTime!
averageSpotsAvailable: Int!
averageSpotsAvailable: Float!
}
input HistoricalParkingAverageQueryInput {