Mutation: modifySchedTripList
Modify trips related with selected schedule flights
schedule {
modifySchedTripList(
schedFlightList: [SchedFlightNid!]!
tripType: ScheduleTripType
tripStatus: ScheduleTripStatus
isCommercial: Boolean
clientContactData: ClientContactInput
): Boolean
}
Arguments
modifySchedTripList.schedFlightList ● [SchedFlightNid!]! non-null scalar
modifySchedTripList.tripType ● ScheduleTripType enum
modifySchedTripList.tripStatus ● ScheduleTripStatus enum
modifySchedTripList.isCommercial ● Boolean scalar
modifySchedTripList.clientContactData ● ClientContactInput input
Type
Boolean scalar
The Boolean scalar type represents true or false.