TripUpdate (Input)
Data for update trip
input TripUpdate {
number: String
tripType: ScheduleTripType
status: FlightStatus
clientNid: ClientNid
notes: String
supplementaryInfo: String
representativeNid: RepresentativeNid
tags: [TagDefinitionNid]
isCommercial: Boolean
externalId: TripExternalIdInput
}
Fields
TripUpdate.number ● String scalar
TripUpdate.tripType ● ScheduleTripType enum
TripUpdate.status ● FlightStatus enum
TripUpdate.clientNid ● ClientNid scalar
TripUpdate.notes ● String scalar
TripUpdate.supplementaryInfo ● String scalar
TripUpdate.representativeNid ● RepresentativeNid scalar
TripUpdate.tags ● [TagDefinitionNid] list scalar
TripUpdate.isCommercial ● Boolean scalar
TripUpdate.externalId ● TripExternalIdInput input
Member Of
updateTrip mutation