ExhibitionStand
Represents a stand available for booking by exhibitors. The measurements for width, depth, height and area are in the selected units for the event.
type ExhibitionStand {
area: Float!
createdAt: DateTime!
createdBy: String
depth: Float!
height: Float!
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
number: String!
openSides: Float!
price: ExhibitionStandPrice!
type: ExhibitionStandType!
uniqueCode: String
width: Float!
}
Fields
ExhibitionStand.area
● Float!
non-null scalar
The area for this stand.
ExhibitionStand.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
ExhibitionStand.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
ExhibitionStand.depth
● Float!
non-null scalar
The depth for this stand.
ExhibitionStand.height
● Float!
non-null scalar
The height for this stand.
ExhibitionStand.id
● ID!
non-null scalar
The unique identifier for the exhibition stand type.
ExhibitionStand.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
ExhibitionStand.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
ExhibitionStand.number
● String!
non-null scalar
The stand number.
ExhibitionStand.openSides
● Float!
non-null scalar
How many open sides this stand has.
ExhibitionStand.price
● ExhibitionStandPrice!
non-null object
The price to book this stand.
ExhibitionStand.type
● ExhibitionStandType!
non-null object
The type of the stand.
ExhibitionStand.uniqueCode
● String
scalar
The unique code for the stand type. Optional.
ExhibitionStand.width
● Float!
non-null scalar
The width for this stand.
Member Of
CreateExhibitionStandPayload
object ● ExhibitionBooking
object ● ExhibitionSetup
object ● ExhibitionStandType
object ● UpdateExhibitionStandPayload
object