Skip to main content

StationPage

The Result Set for station searches

type StationPage implements PageResult {
content: [Station!]
pageNumber: Int!
pageSize: Int!
offset: Int!
totalElements: Int!
totalPages: Int!
first: Boolean!
last: Boolean!
}

Fields

StationPage.content ● [Station!] list object stations

The list of Stations for the current result

StationPage.pageNumber ● Int! non-null scalar common

Current Page Number of the Station list

StationPage.pageSize ● Int! non-null scalar common

The requested page size

StationPage.offset ● Int! non-null scalar common

The requested page offset

StationPage.totalElements ● Int! non-null scalar common

Total elements for entire Result Set

StationPage.totalPages ● Int! non-null scalar common

Total Pages in the entire Result Set

StationPage.first ● Boolean! non-null scalar common

Is this the first page of Result Set?

StationPage.last ● Boolean! non-null scalar common

Is this the last page of Result Set?

Interfaces

PageResult interface pagination

This interface implemented by any paginated result sets.

Returned By

stations query