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!]
|
$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
|
||||||
|
|||||||
Reference in New Issue
Block a user