Skip to main content

UpdateExhibitorBoothInput

No description

input UpdateExhibitorBoothInput {
id: ID
clientId: String
name: String
capacity: Int
category: String
}

Fields

UpdateExhibitorBoothInput.id ● ID scalar

If ID is used: the location linked to this booth will be renamed. If ID is not used: a new location will be upserted with this name and linked to the exhibitor.

UpdateExhibitorBoothInput.clientId ● String scalar

ID of the location on the client's side Once saved, it can be used to identify the location to be assigned as a booth or renamed

UpdateExhibitorBoothInput.name ● String scalar

UpdateExhibitorBoothInput.capacity ● Int scalar

Update the capacity of the current booth.

UpdateExhibitorBoothInput.category ● String scalar

Update the category of the current booth.

Member Of

ExhibitorInput input