DutyWorkPlan (Object)
Represents single work plan
type DutyWorkPlan {
workPlanNid: Int!
name: String!
defaultLength: Int!
hasAnyAircraftDuty: Boolean! @deprecated
hasAnyAutoRosterDuty: Boolean!
hasAnyDutyType: Boolean!
}
Fields
DutyWorkPlan.workPlanNid ● Int! non-null scalar
DutyWorkPlan.name ● String! non-null scalar
DutyWorkPlan.defaultLength ● Int! non-null scalar
DutyWorkPlan.hasAnyAircraftDuty ● Boolean! deprecated non-null scalar
DEPRECATED
Please use: "hasAnyAutoRosterDuty" instead
DutyWorkPlan.hasAnyAutoRosterDuty ● Boolean! non-null scalar
DutyWorkPlan.hasAnyDutyType ● Boolean! non-null scalar
Member Of
DutyDefinitionQuerySection object