fix: Revert chargingPool alias to ChargingStations (PascalCase) in locations query
This commit is contained in:
@@ -108,7 +108,7 @@ export const LOCATIONS_GET_QUERY = gql`
|
|||||||
createdAt
|
createdAt
|
||||||
updatedAt
|
updatedAt
|
||||||
openingHours
|
openingHours
|
||||||
chargingPool: chargingStations {
|
chargingPool: ChargingStations {
|
||||||
id
|
id
|
||||||
ocppConnectionName
|
ocppConnectionName
|
||||||
isOnline
|
isOnline
|
||||||
|
|||||||
Reference in New Issue
Block a user