UpdateExhibitionStandTypePayload
Payload when updating an exhibition stand type.
type UpdateExhibitionStandTypePayload {
exhibitionStandType: ExhibitionStandType!
}
Fields
UpdateExhibitionStandTypePayload.exhibitionStandType
● ExhibitionStandType!
non-null object
The exhibition stand type that was updated.
Returned By
updateExhibitionStandType
mutation