Skip to main content

OccupancyPerHourOffsetPage

Occupancy Per Hour Offset Page

type OccupancyPerHourOffsetPage {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
items: [OccupancyPerHour]!
totalItems: Int!
}

Fields

OccupancyPerHourOffsetPage.hasNextPage ● Boolean! non-null scalar

True if there is more data after this page

OccupancyPerHourOffsetPage.hasPreviousPage ● Boolean! non-null scalar

True if there is more data before this page

OccupancyPerHourOffsetPage.items ● [OccupancyPerHour]! non-null object

Items in the page

OccupancyPerHourOffsetPage.totalItems ● Int! non-null scalar

Count of the total items in the collection

Returned By

occupancyPerHour query ● occupancyPerHourForPreviousDay query