OBJECT
Contains information regarding single FTL duty.
type FtlDuty {# Requires access to resource GRAPHQL_LOGINcrewMember: Login! firstTrNid: Int! lastTrNid: Int! dutyStartTime: DateTime! dutyEndTime: DateTime! dutyLength: TimeLong! fdpStartTime: DateTime fdpEndTime: DateTime fdpLength: TimeLong fdpExtension: TimeLong splitDutyTime: TimeLong # List of sectors belonging to given duty.sectorList: [FtlSector!]! hasViolation: Boolean! }