PlaceStatusAtTimeList

type PlaceStatusAtTimeList {
  total: Long!
  current: Int!
  items: [PlaceStatusAtTime!]!
}

Last updated