DeleteExhibitionStandInput
Defines the input for deleting an 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