TravelBookingPage
A page of travel bookings together with pagination metadata.
Returned by *Paged query fields such as Event.travelBookingsPaged and
Contact.travelBookingsPaged. Use items for the travel bookings on the current page and
pageInfo to drive pagination UI (total count, has-next-page, etc.).
type TravelBookingPage {
items: [TravelBooking!]!
pageInfo: OffsetPageInfo!
}
Fields
TravelBookingPage.items ● [TravelBooking!]! non-null object
The travel bookings on this page, in the same order they would be returned by the equivalent
travelBookings field with the same offset, limit and filter arguments.
TravelBookingPage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.