Skip to main content

CreateExhibitionStandInput

Defines the input for creating an exhibition stand.

The measurements for width, depth, height and area are in the selected units for the event.

input CreateExhibitionStandInput {
alternateCurrencyPrice: [AlternateCurrencyExhibitionStandPriceInput!]
area: Float
defaultPrice: ExhibitionStandPriceInput
depth: Float
eventId: ID!
height: Float
number: String!
openSides: Float
standTypeId: ID!
uniqueCode: String
width: Float
}

Fields

CreateExhibitionStandInput.alternateCurrencyPrice ● [AlternateCurrencyExhibitionStandPriceInput!] list input

The collection of prices to book this stand in alternate currency. Optional.

CreateExhibitionStandInput.area ● Float scalar

The area for this stand. Optional.

The default value is width x depth.

CreateExhibitionStandInput.defaultPrice ● ExhibitionStandPriceInput input

The price to book this stand in the event currency. Optional.

Will default to 0.

CreateExhibitionStandInput.depth ● Float scalar

The depth for this stand. Optional.

The default value is 0.

CreateExhibitionStandInput.eventId ● ID! non-null scalar

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

CreateExhibitionStandInput.height ● Float scalar

The height for this stand. Optional.

The default value is 0.

CreateExhibitionStandInput.number ● String! non-null scalar

The stand number.

CreateExhibitionStandInput.openSides ● Float scalar

The number of open sides for this stand. Optional.

The default value is 0.

CreateExhibitionStandInput.standTypeId ● ID! non-null scalar

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

CreateExhibitionStandInput.uniqueCode ● String scalar

The unique code for the stand type. Optional.

CreateExhibitionStandInput.width ● Float scalar

The width for this stand. Optional.

The default value is 0.

Member Of

createExhibitionStand mutation