Skip to main content

UpdateExhibitionStandTypeInput

Defines the input for updating an exhibition stand type.

input UpdateExhibitionStandTypeInput {
alternateCurrencyPrice: [AlternateCurrencyExhibitionStandPriceInput!]
availableColor: HexColorCode
backgroundColor: HexColorCode
confirmedColor: HexColorCode
customFields: [CustomFieldInput!]
defaultArea: Float
defaultDepth: Float
defaultHeight: Float
defaultPrice: ExhibitionStandPriceInput
defaultWidth: Float
eventId: ID!
eventPackageId: ID
name: String!
numberOfComplimentaryRegistrations: NonNegativeInt
rank: NonNegativeInt
rankHeading: String
reservedColor: HexColorCode
showBoldText: Boolean
standTypeId: ID!
textColor: HexColorCode
uniqueCode: String
}

Fields

UpdateExhibitionStandTypeInput.alternateCurrencyPrice ● [AlternateCurrencyExhibitionStandPriceInput!] list input

The collection of default prices for the stands of this stand type in alternate currency. Optional.

UpdateExhibitionStandTypeInput.availableColor ● HexColorCode scalar

The hex color code to use for the background of available stands of this stand type in the floor plan. Optional.

When explicitly set to null, the color will be set to the default value, #B2D0EB.

UpdateExhibitionStandTypeInput.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.

When explicitly set to null, the color will be set to the default value, #3987AD.

UpdateExhibitionStandTypeInput.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.

When explicitly set to null, the color will be set to the default value, #D3FDD6.

UpdateExhibitionStandTypeInput.customFields ● [CustomFieldInput!] list input

The custom fields to create for this stand type. Optional.

UpdateExhibitionStandTypeInput.defaultArea ● Float scalar

The default area for stands of this stand type. Optional.

UpdateExhibitionStandTypeInput.defaultDepth ● Float scalar

The default depth for stands of this stand type. Optional.

UpdateExhibitionStandTypeInput.defaultHeight ● Float scalar

The default height for stands of this stand type. Optional.

UpdateExhibitionStandTypeInput.defaultPrice ● ExhibitionStandPriceInput input

The default price for stands of this stand type in the event currency. Optional.

UpdateExhibitionStandTypeInput.defaultWidth ● Float scalar

The default width for stands of this stand type. Optional.

UpdateExhibitionStandTypeInput.eventId ● ID! non-null scalar

The identifier of the event the stand type is associated with.

UpdateExhibitionStandTypeInput.eventPackageId ● ID scalar

The identifier of the event package to automatically allocate with booking of this stand type. Optional.

UpdateExhibitionStandTypeInput.name ● String! non-null scalar

A UTF-8 string representing the name of the stand type.

UpdateExhibitionStandTypeInput.numberOfComplimentaryRegistrations ● NonNegativeInt scalar

The number of complimentary registrations that are included for bookings of this stand type. Optional.

UpdateExhibitionStandTypeInput.rank ● NonNegativeInt scalar

A number indicating the rank order that this stand type belongs to. Optional.

UpdateExhibitionStandTypeInput.rankHeading ● String scalar

A UTF-8 string representing the rank heading to display for this stand type. Optional.

UpdateExhibitionStandTypeInput.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.

When explicitly set to null, the color will be set to the default value, #458DCF.

UpdateExhibitionStandTypeInput.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.

UpdateExhibitionStandTypeInput.standTypeId ● ID! non-null scalar

The identifier for the stand type.

UpdateExhibitionStandTypeInput.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.

When explicitly set to null, the color will be set to the default value, #FFFFFF.

UpdateExhibitionStandTypeInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the stand type. Optional.

The value must be unique across all stand types for an event.

Member Of

updateExhibitionStandType mutation