Skip to main content

DeleteExhibitionStandInput

Defines the input for deleting a exhibition stand.

input DeleteExhibitionStandInput {
eventId: ID!
exhibitionStandId: ID!
}

Fields

DeleteExhibitionStandInput.eventId ● ID! non-null scalar

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

DeleteExhibitionStandInput.exhibitionStandId ● ID! non-null scalar

The identifier of the exhibition stand.

Member Of

deleteExhibitionStand mutation