OBJECT
Duty
Represents single duty belonging to operator specified in request endpoint
link GraphQL Schema definition
- type Duty {
- Int! :
- TrNid! :
- Boolean! :
- Int! :
- DutyTypeEnum! :
- DutyStandbyTypeEnum :
- DutyRequestStatus :
- Login! :
- DutyDefinition! :
- Position :
- DutyPositionType :
- String @deprecated( reason: "Use pilotNote field instead" ) :
- String :
- String :
- String :
- Boolean! :
- Boolean! :
- Int! :
- # Requires access to resource GRAPHQL_OPERATOR
- Operator! :
- Int! :
- Int! :
- Int! :
- # Requires access to resource GRAPHQL_AIRPORT
- Airport :
- # Requires access to resource GRAPHQL_AIRPORT
- Airport :
- # Requires access to resource GRAPHQL_ACFT
- Aircraft!]! : [
- AircraftType!]! : [
- # Returns aircraft list on which crew member is in preferred crew, that are not
- # assigned to this duty.
- # Requires access to resource GRAPHQL_ACFT
- Aircraft!]! : [
- DateTime! :
- DateTime! :
- Boolean! :
- DutyDefinition :
- }