fix: Change ChargingStations to chargingStations (camelCase) in all queries
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -108,7 +108,7 @@ export const LOCATIONS_GET_QUERY = gql`
|
||||
createdAt
|
||||
updatedAt
|
||||
openingHours
|
||||
chargingPool: ChargingStations {
|
||||
chargingPool: chargingStations {
|
||||
id
|
||||
ocppConnectionName
|
||||
isOnline
|
||||
|
||||
Reference in New Issue
Block a user