DeleteExhibitionStandInput
Defines the input for deleting a exhibition stand.
input DeleteExhibitionStandInput {
eventId: ID!
exhibitionStandId: ID!
}
Fields
DeleteExhibitionStandInput.eventId
● ID!
non-null scalar
The unique identifier for the event.
DeleteExhibitionStandInput.exhibitionStandId
● ID!
non-null scalar
The unique identifier for the exhibition stand.
Member Of
deleteExhibitionStand
mutation