OBJECT
Positioning
Represents single crew positioning activity.
link GraphQL Schema definition
- type Positioning implements ActivityInterface {
- : Int! @deprecated( reason: "Please use positioningNid field instead" )
- : String!
- : PositioningType!
- : Int!
- : Int!
- : Int! @deprecated( reason: "Use `startDateTime` field instead." )
- : DateTime!
- : Int! @deprecated( reason: "Use `endDateTime` field instead." )
- : DateTimeWithTimezone!
- : DateTimeWithTimezone!
- : DateTime!
- # Positioning start time converted to the specified base timezone. If baseNid is
- # not provided, returns time in the default operator base timezone
- #
- # Arguments
- # baseNid:
- (: BaseNid): DateTime!
- # Positioning end time converted to the specified base timezone. If baseNid is not
- # provided, returns time in the default operator base timezone
- #
- # Arguments
- # baseNid:
- (: BaseNid): DateTime!
- : PositioningNid!
- : String
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- # Requires access to resource GRAPHQL_AIRPORT
- : Airport!
- # Requires access to resource GRAPHQL_POSITIONING_SEE
- : [CrewMemberOnPositioning!]!
- : Boolean!
- : [PositioningHistorySnapshot!]
- : [File!]!
- # Requires access to resource GRAPHQL_FLIGHT
- : Trip
- : Boolean
- # Requires access to resource GRAPHQL_ACFT
- : Aircraft
- : Checklist
- }