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`
|
export const GET_CHARGING_STATIONS_WITH_LOCATION_AND_LATEST_STATUS_NOTIFICATIONS_AND_TRANSACTIONS = gql`
|
||||||
query GetChargingStationsWithLocationAndLatestStatusNotificationsAndtransactions {
|
query GetChargingStationsWithLocationAndLatestStatusNotificationsAndtransactions {
|
||||||
ChargingStations {
|
chargingStations {
|
||||||
id
|
id
|
||||||
ocppConnectionName
|
ocppConnectionName
|
||||||
isOnline
|
isOnline
|
||||||
|
|||||||
@@ -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