ExhibitionFloorPlanStandPage
A page of exhibition floor plan stands together with pagination metadata.
Returned by Event.exhibitionFloorPlanPaged. Use items for the stands on the current page and
pageInfo to drive pagination UI (total count, has-next-page, etc.).
type ExhibitionFloorPlanStandPage {
items: [ExhibitionFloorPlanStand!]!
pageInfo: OffsetPageInfo!
}
Fields
ExhibitionFloorPlanStandPage.items ● [ExhibitionFloorPlanStand!]! non-null object
The exhibition floor plan stands on this page, in the same order they would be returned by the
equivalent exhibitionFloorPlan field with the same offset, limit and filter arguments.
ExhibitionFloorPlanStandPage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.
Member Of
Event object