CreateExhibitionStandTypePayload
Payload when creating an exhibition stand type.
type CreateExhibitionStandTypePayload {
exhibitionStandType: ExhibitionStandType!
}
Fields
CreateExhibitionStandTypePayload.exhibitionStandType
● ExhibitionStandType!
non-null object
The exhibition stand type that was created.
Returned By
createExhibitionStandType
mutation