- page.tsx: Added evses relationship to Server Component query
- charging.station.detail.card.tsx: Replaced VariableAttributes alias with real evses relationship
- evses.ts: Fixed stationId type from Int! to String! (2 queries)
- evse.dto.tsx: Removed ocppConnectionName (not a DB column on Evses)
- evses.upsert.tsx: Removed ocppConnectionName prop, added String(stationId) coercion
- evses.list.tsx: Fixed id type to string, extract ChargingStations[0] from GraphQL response
- charging.station.detail.tabs.card.tsx: Fixed id type to string