TripCreate (Input)
Data for create trip
input TripCreate {
flights: [FlightCreate!]!
number: String
tripType: ScheduleTripType
status: FlightStatus
clientNid: ClientNid
representativeNid: RepresentativeNid
tags: [TagDefinitionNid]
isCommercial: Boolean
externalId: TripExternalIdInput
}
Fields
TripCreate.flights ● [FlightCreate!]! non-null input
TripCreate.number ● String scalar
TripCreate.tripType ● ScheduleTripType enum
TripCreate.status ● FlightStatus enum
TripCreate.clientNid ● ClientNid scalar
TripCreate.representativeNid ● RepresentativeNid scalar
TripCreate.tags ● [TagDefinitionNid] list scalar
TripCreate.isCommercial ● Boolean scalar
TripCreate.externalId ● TripExternalIdInput input
Member Of
createTrip mutation