Добавлено новое поле attributes в интерфейс LaximoVehicleSearchResult и тип GraphQL для улучшения структуры данных. Реализован маппинг ключей к человеко-читаемым названиям в классе LaximoService, что улучшает читаемость и удобство работы с атрибутами автомобилей.

This commit is contained in:
Bivekich
2025-07-02 17:52:51 +03:00
parent fd78900ac5
commit 4ee005cea9
2 changed files with 41 additions and 0 deletions

View File

@ -1368,6 +1368,7 @@ export const typeDefs = gql`
options: String
description: String
grade: String
attributes: [LaximoVehicleAttribute!]!
}
type LaximoVehicleInfo {