PlaceList

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

Last updated