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

Place

type Place {

  # ID
  id: Int!
  
  # Number
  number: Int!
  
  # Name
  name: String!
  
  # Zone ID
  zoneId: Int!

  # Get zone
  zone: Zone!
}

Last updated