Skip to main content

OccupancyPerMinuteOffsetPage

Occupancy Per Minute Offset Page

type OccupancyPerMinuteOffsetPage {
hasNextPage: Boolean!
hasPreviousPage: Boolean!
items: [OccupancyPerMinute]!
totalItems: Int!
}

Fields

OccupancyPerMinuteOffsetPage.hasNextPage ● Boolean! non-null scalar

True if there is more data after this page

OccupancyPerMinuteOffsetPage.hasPreviousPage ● Boolean! non-null scalar

True if there is more data before this page

OccupancyPerMinuteOffsetPage.items ● [OccupancyPerMinute]! non-null object

Items in the page

OccupancyPerMinuteOffsetPage.totalItems ● Int! non-null scalar

Count of the total items in the collection