OccupancyPerDayOffsetPage
Occupancy Per Day Offset Page
type OccupancyPerDayOffsetPage {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
items: [OccupancyPerDay]!
totalItems: Int!
}
Fields
OccupancyPerDayOffsetPage.hasNextPage ● Boolean! non-null scalar
True if there is more data after this page
OccupancyPerDayOffsetPage.hasPreviousPage ● Boolean! non-null scalar
True if there is more data before this page
OccupancyPerDayOffsetPage.items ● [OccupancyPerDay]! non-null object
Items in the page
OccupancyPerDayOffsetPage.totalItems ● Int! non-null scalar
Count of the total items in the collection
Returned By
occupancyPerDay query ● occupancyPerDayForPreviousDay query ● occupancyPerFiveMinutes query ● occupancyPerFiveMinutesForPreviousDay query ● occupancyPerMinute query ● occupancyPerMinuteForPreviousDay query