ExhibitionStandType
Represents a type of stand that exhibitors can book during the event.
type ExhibitionStandType {
availableColor: HexColorCode
backgroundColor: HexColorCode
confirmedColor: HexColorCode
createdAt: DateTime!
createdBy: String
customFields(
input: CustomFieldSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomField!]!
defaultArea: Float
defaultDepth: Float
defaultHeight: Float
defaultWidth: Float
id: ID!
includedPackage: EventPackage
lastModifiedAt: DateTime!
lastModifiedBy: String
meetingSettings: ExhibitionStandTypeMeetingSettings
name: String!
numberOfComplimentaryRegistrations: NonNegativeInt
price: ExhibitionStandPrice!
rank: NonNegativeInt
rankHeading: String
reservedColor: HexColorCode
showBoldText: Boolean
stands(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [ExhibitionStand!]!
textColor: HexColorCode
uniqueCode: String
}
Fields
ExhibitionStandType.availableColor ● HexColorCode scalar
The hex color code to use for the background of available stands of this stand type in the floor plan. Optional.
ExhibitionStandType.backgroundColor ● HexColorCode scalar
The hex color code to use for the background when rendering the stands of this stand type in an exhibitor listing. Optional.
ExhibitionStandType.confirmedColor ● HexColorCode scalar
The hex color code to use for the background of stands of this stand type with a confirmed booking in the floor plan. Optional.
ExhibitionStandType.createdAt ● DateTime! non-null scalar
The date and time the record was created.
ExhibitionStandType.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
ExhibitionStandType.customFields ● [CustomField!]! non-null object
A list of custom field values associated with this stand type.
CustomFields and CustomFieldDefinitions can be matched through the definitionId and id fields, respectively.
See CustomFieldSearchFilterInput
for details on how the optional input argument can be used to filter custom fields.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
ExhibitionStandType.customFields.input ● CustomFieldSearchFilterInput! non-null input
ExhibitionStandType.customFields.limit ● PaginationLimit! non-null scalar
ExhibitionStandType.customFields.offset ● NonNegativeInt! non-null scalar
ExhibitionStandType.defaultArea ● Float scalar
The default area for stands of this stand type. Optional.
ExhibitionStandType.defaultDepth ● Float scalar
The default depth for stands of this stand type. Optional.
ExhibitionStandType.defaultHeight ● Float scalar
The default height for stands of this stand type. Optional.
ExhibitionStandType.defaultWidth ● Float scalar
The default width for stands of this stand type. Optional.
ExhibitionStandType.id ● ID! non-null scalar
The unique identifier for the exhibition stand type.
ExhibitionStandType.includedPackage ● EventPackage object
The event package to include with bookings of this stand type. Optional.
ExhibitionStandType.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
ExhibitionStandType.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
ExhibitionStandType.meetingSettings ● ExhibitionStandTypeMeetingSettings object
The meeting settings associated with this exhibition stand type. Optional.
This will return null if the Meeting Diary feature is disabled for the exhibition stand type.
ExhibitionStandType.name ● String! non-null scalar
The name of the stand type.
ExhibitionStandType.numberOfComplimentaryRegistrations ● NonNegativeInt scalar
The number of complimentary registrations that are included for bookings of this stand type. Optional.
ExhibitionStandType.price ● ExhibitionStandPrice! non-null object
The default price to book a stand of this type. Individual stands of this type can define specific prices.
ExhibitionStandType.rank ● NonNegativeInt scalar
A number indicating the rank order that this stand type belongs to. Optional.
ExhibitionStandType.rankHeading ● String scalar
A UTF-8 string representing the rank heading to display for this stand type. Optional.
ExhibitionStandType.reservedColor ● HexColorCode scalar
The hex color code to use for the background of stands of this stand type with a reserved booking in the floor plan. Optional.
ExhibitionStandType.showBoldText ● Boolean scalar
A flag indicating whether the text should be bold when rendering a stand of this stand type in the exhibitor listing. Optional.
ExhibitionStandType.stands ● [ExhibitionStand!]! non-null object
The stands of this stand type.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
ExhibitionStandType.stands.limit ● PaginationLimit! non-null scalar
ExhibitionStandType.stands.offset ● NonNegativeInt! non-null scalar
ExhibitionStandType.textColor ● HexColorCode scalar
The hex color code to use when rendering the text for a stand of this stand type in the exhibitor listing. Optional.
ExhibitionStandType.uniqueCode ● String scalar
The unique code for the stand type. Optional.
Member Of
CreateExhibitionStandTypePayload object ● ExhibitionBooking object ● ExhibitionSetup object ● ExhibitionStand object ● UpdateExhibitionStandTypePayload object