Skip to main content

ExhibitionFloorPlanStand

Represents a stand on the exhibition floor plan, including its availability and active bookings.

type ExhibitionFloorPlanStand {
bookings: [ExhibitionBooking!]!
isAvailable: Boolean!
stand: ExhibitionStand!
}

Fields

ExhibitionFloorPlanStand.bookings ● [ExhibitionBooking!]! non-null object

The active (non-cancelled) exhibition bookings for this stand. Includes both primary exhibitors and co-exhibitors.

ExhibitionFloorPlanStand.isAvailable ● Boolean! non-null scalar

True when no active (non-cancelled) exhibition booking is assigned to this stand.

ExhibitionFloorPlanStand.stand ● ExhibitionStand! non-null object

The stand details.

Member Of

Event object