fix: Change ChargingStations to chargingStations in ChargingStationsList query
This commit is contained in:
@@ -11,7 +11,7 @@ export const CHARGING_STATIONS_LIST_QUERY = gql`
|
||||
$order_by: [ChargingStations_order_by!]
|
||||
$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
|
||||
ocppConnectionName
|
||||
isOnline
|
||||
@@ -104,7 +104,7 @@ export const FAULTED_CHARGING_STATIONS_LIST_QUERY = gql`
|
||||
$order_by: [ChargingStations_order_by!]
|
||||
$where: ChargingStations_bool_exp = {}
|
||||
) {
|
||||
ChargingStations(
|
||||
chargingStations(
|
||||
offset: $offset
|
||||
limit: $limit
|
||||
order_by: $order_by
|
||||
|
||||
Reference in New Issue
Block a user