ExhibitionStand
Represents a stand available for booking by exhibitors.
type ExhibitionStand {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
number: String!
price: ExhibitionStandPrice!
type: ExhibitionStandType!
uniqueCode: String
}
Fields
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.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.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.
Member Of
ExhibitionBooking
object ● ExhibitionSetup
object ● ExhibitionStandType
object