VehicleCreateInput
input VehicleCreateInput {
  # Brand
  brand: String
  
  # Country
  country: String!
  
  # Number
  number: String!
}Last updated
Was this helpful?
input VehicleCreateInput {
  # Brand
  brand: String
  
  # Country
  country: String!
  
  # Number
  number: String!
}Last updated
Was this helpful?