input ContactCreateInput { # City city: String! # Email email: String # SecondName secondName: String # FirstName firstName: String # MiddleName middleName: String # Phone phone: String! # Vehicle vehicle: VehicleCreateInput! }
vehicle - автомобиль пользователя
Last updated 2 years ago