ApiDutyFromWorkPlanInput (Input)
Represents set of duty data to set on particular duty from work plan.
input ApiDutyFromWorkPlanInput {
dutyWorkPlanNid: Int!
positionNid: PositionNid
positionType: DutyPositionType
aircraftNidList: [AircraftNid!]
pilotNote: String
plannerNote: String
managerNote: String
aocSource: AocSource
aoc: AocNid
tagList: [String!]
tbc: Boolean
revalidatedEndorsementList: [EndorsementDefinitionNid!]
}