Skip to main content

ExhibitionBookingPage

A page of exhibition bookings together with pagination metadata.

Returned by *Paged query fields such as Event.exhibitionBookingsPaged and Contact.exhibitionBookingsPaged. Use items for the exhibition bookings on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).

type ExhibitionBookingPage {
items: [ExhibitionBooking!]!
pageInfo: OffsetPageInfo!
}

Fields

ExhibitionBookingPage.items ● [ExhibitionBooking!]! non-null object

The exhibition bookings on this page, in the same order they would be returned by the equivalent exhibitionBookings field with the same offset, limit and filter arguments.

ExhibitionBookingPage.pageInfo ● OffsetPageInfo! non-null object

Pagination metadata for this page.

Member Of

Contact object ● Event object