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.
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.
UpdateExhibitionStandInput.eventId
● ID!
non-null scalar
The identifier of the the event the exhibition stand is associated with.
UpdateExhibitionStandInput.exhibitionStandId
● ID!
non-null scalar
The identifier of the stand type the exhibition stand is associated with.
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 type of stand that is booked. Optional.
UpdateExhibitionStandInput.uniqueCode
● String
scalar
The unique code for the stand type. Optional.
UpdateExhibitionStandInput.width
● Float
scalar
The width for this stand. Optional.
Member Of
updateExhibitionStand
mutation