From cc03803a3cf6cb06123187278994303bfabc1a2e Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 21 Jul 2025 19:08:22 -0400 Subject: [PATCH] Change schema to accept a float for the average spots available --- schema.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphqls b/schema.graphqls index 2823738..a7464ee 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -38,7 +38,7 @@ type ParkingStructure { type HistoricalParkingAverageQueryResult { from: DateTime! to: DateTime! - averageSpotsAvailable: Int! + averageSpotsAvailable: Float! } input HistoricalParkingAverageQueryInput {