DeleteSectorInput
Defines the input for deleting a travel sector.
input DeleteSectorInput {
eventId: ID!
sectorId: ID!
}
Fields
DeleteSectorInput.eventId ● ID! non-null scalar
The identifier of the event the travel sector is associated with.
DeleteSectorInput.sectorId ● ID! non-null scalar
The identifier for the travel sector.
Member Of
deleteSector mutation