ChargingStation
No description
type ChargingStation {
location: Address
chargingPoints: [ChargingPoint]
}
No description
type ChargingStation {
location: Address
chargingPoints: [ChargingPoint]
}
ChargingStation.location ● Address objectChargingStation.chargingPoints ● [ChargingPoint] list object