OBJECT
CrewPanelFlight
Represents single flight activity for crew panel
link GraphQL Schema definition
- type CrewPanelFlight {
- Int! :
- Int! :
- DateTimeWithTimezone! :
- DateTimeWithTimezone! :
- String @deprecated( reason: "Please use startAirport field instead" ) :
- String @deprecated( reason: "Please use endAirport field instead" ) :
- # Requires access to resource GRAPHQL_AIRPORT
- Airport :
- # Requires access to resource GRAPHQL_AIRPORT
- Airport :
- Boolean! :
- String :
- String :
- String :
- String :
- String :
- String :
- String :
- Boolean! :
- }