DeleteExhibitionStandTypePayload
Payload returned when deleting a exhibition stand type.
type DeleteExhibitionStandTypePayload {
success: Boolean!
}
Fields
DeleteExhibitionStandTypePayload.success
● Boolean!
non-null scalar
A flag indicating whether the exhibition stand type was deleted successfully.
Returned By
deleteExhibitionStandType
mutation