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

Vehicle

type Vehicle {
  id: Int!

  # Vehicle number plate
  number: String!
}

Last updated