DeleteExhibitionStandTypeInput
Defines the input for deleting a exhibition stand type.
input DeleteExhibitionStandTypeInput {
eventId: ID!
standTypeId: ID!
}
Fields
DeleteExhibitionStandTypeInput.eventId
● ID!
non-null scalar
The identifier of the event the stand type is associated with.
DeleteExhibitionStandTypeInput.standTypeId
● ID!
non-null scalar
The identifier for the stand type.
Member Of
deleteExhibitionStandType
mutation