diff --git a/tools/citrineos-core-main/apps/operator-ui/src/lib/queries/charging.stations.ts b/tools/citrineos-core-main/apps/operator-ui/src/lib/queries/charging.stations.ts index c28b30f..f0ad7d7 100644 --- a/tools/citrineos-core-main/apps/operator-ui/src/lib/queries/charging.stations.ts +++ b/tools/citrineos-core-main/apps/operator-ui/src/lib/queries/charging.stations.ts @@ -11,7 +11,7 @@ export const CHARGING_STATIONS_LIST_QUERY = gql` $order_by: [ChargingStations_order_by!] $where: ChargingStations_bool_exp ) { - ChargingStations(offset: $offset, limit: $limit, order_by: $order_by, where: $where) { + chargingStations(offset: $offset, limit: $limit, order_by: $order_by, where: $where) { id ocppConnectionName isOnline @@ -104,7 +104,7 @@ export const FAULTED_CHARGING_STATIONS_LIST_QUERY = gql` $order_by: [ChargingStations_order_by!] $where: ChargingStations_bool_exp = {} ) { - ChargingStations( + chargingStations( offset: $offset limit: $limit order_by: $order_by