fix: Change ChargingStations to chargingStations (camelCase) in all queries

This commit is contained in:
Eric F
2026-06-15 23:48:18 -04:00
parent 7ba5bdc604
commit 9930419c3c
2 changed files with 2 additions and 2 deletions

View File

@@ -321,7 +321,7 @@ export const CHARGING_STATIONS_GET_QUERY = gql`
export const GET_CHARGING_STATIONS_WITH_LOCATION_AND_LATEST_STATUS_NOTIFICATIONS_AND_TRANSACTIONS = gql`
query GetChargingStationsWithLocationAndLatestStatusNotificationsAndtransactions {
ChargingStations {
chargingStations {
id
ocppConnectionName
isOnline

View File

@@ -108,7 +108,7 @@ export const LOCATIONS_GET_QUERY = gql`
createdAt
updatedAt
openingHours
chargingPool: ChargingStations {
chargingPool: chargingStations {
id
ocppConnectionName
isOnline