PlaceStatusAtTime
type PlaceStatusAtTime {
# Place ID
placeId: Int!
# Status
status: PlaceStatus!
# Get place
place: Place!
}
Last updated
Was this helpful?
type PlaceStatusAtTime {
# Place ID
placeId: Int!
# Status
status: PlaceStatus!
# Get place
place: Place!
}
Last updated
Was this helpful?