For the complete documentation index, see llms.txt. This page is also available as Markdown.

VehicleCreateInput

input VehicleCreateInput {
  # Brand
  brand: String
  
  # Country
  country: String!
  
  # Number
  number: String!
}

Last updated