fix: Change ChargingStations to chargingStations in ChargingStationsList query

This commit is contained in:
Eric F
2026-06-16 00:10:41 -04:00
parent 9dc297d24b
commit 051fc3cb22

View File

@@ -11,7 +11,7 @@ export const CHARGING_STATIONS_LIST_QUERY = gql`
$order_by: [ChargingStations_order_by!] $order_by: [ChargingStations_order_by!]
$where: ChargingStations_bool_exp $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 id
ocppConnectionName ocppConnectionName
isOnline isOnline
@@ -104,7 +104,7 @@ export const FAULTED_CHARGING_STATIONS_LIST_QUERY = gql`
$order_by: [ChargingStations_order_by!] $order_by: [ChargingStations_order_by!]
$where: ChargingStations_bool_exp = {} $where: ChargingStations_bool_exp = {}
) { ) {
ChargingStations( chargingStations(
offset: $offset offset: $offset
limit: $limit limit: $limit
order_by: $order_by order_by: $order_by