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

PlaceList

type PlaceList {
  total: Long!
  current: Int!
  items: [Place!]!
}

Last updated