DeleteSectorPayload
Payload returned when deleting a travel sector.
type DeleteSectorPayload {
success: Boolean!
}
Fields
DeleteSectorPayload.success ● Boolean! non-null scalar
A flag indicating whether the sector was successfully deleted.
Returned By
deleteSector mutation