UpdateExhibitionStandInput
Defines the input for updating an exhibition stand.
The measurements for width, depth, height and area are in the selected units for the event.
input UpdateExhibitionStandInput {
alternateCurrencyPrice: [AlternateCurrencyExhibitionStandPriceInput!]
area: Float
defaultPrice: ExhibitionStandPriceInput
depth: Float
eventId: ID!
exhibitionStandId: ID!
height: Float
number: String
openSides: Float
standTypeId: ID
uniqueCode: String
width: Float
}
Fields
UpdateExhibitionStandInput.alternateCurrencyPrice ● [AlternateCurrencyExhibitionStandPriceInput!] list input
The collection of prices to book this stand in alternate currency. Optional.
UpdateExhibitionStandInput.area ● Float scalar
The area for this stand. Optional.
When explicitly set to null, the area will be calculated as width x depth.
UpdateExhibitionStandInput.defaultPrice ● ExhibitionStandPriceInput input
The price to book this stand in the event currency. Optional.
UpdateExhibitionStandInput.depth ● Float scalar
The depth for this stand. Optional.
Updating this will cause the area to be recalculated unless area is also provided.
UpdateExhibitionStandInput.eventId ● ID! non-null scalar
The identifier of the event the exhibition stand is associated with.
UpdateExhibitionStandInput.exhibitionStandId ● ID! non-null scalar
The identifier of the exhibition stand.
UpdateExhibitionStandInput.height ● Float scalar
The height for this stand. Optional.
UpdateExhibitionStandInput.number ● String scalar
The stand number. Optional.
UpdateExhibitionStandInput.openSides ● Float scalar
The number of open sides for this stand. Optional.
UpdateExhibitionStandInput.standTypeId ● ID scalar
The identifier of the stand type the exhibition stand is associated with. Optional.
UpdateExhibitionStandInput.uniqueCode ● String scalar
The unique code for the stand type. Optional.
UpdateExhibitionStandInput.width ● Float scalar
The width for this stand. Optional.
Updating this will cause the area to be recalculated unless area is also provided.
Member Of
updateExhibitionStand mutation