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