UpdateTravelPreferencesInput
Defines the input for updating the configuration preferences for travel.
input UpdateTravelPreferencesInput {
allowManualOverAllocation: Boolean
eventId: ID!
id: ID!
localPortIds: [ID!]
timeZoneEnabled: Boolean
}
Fields
UpdateTravelPreferencesInput.allowManualOverAllocation ● Boolean scalar
A flag indicating whether EventsAir users are allowed to manually over allocate inventory. Optional.
UpdateTravelPreferencesInput.eventId ● ID! non-null scalar
The identifier of the event the travel preferences are associated with.
UpdateTravelPreferencesInput.id ● ID! non-null scalar
The unique identifier of the travel preferences.
UpdateTravelPreferencesInput.localPortIds ● [ID!] list scalar
The list of local port identifiers to associate with the travel preferences for the event. Optional.
UpdateTravelPreferencesInput.timeZoneEnabled ● Boolean scalar
A flag indicating whether the recording of the departure and arrival time zone is enabled. Optional.
Member Of
updateTravelPreferences mutation