OBJECT
CrewSuggestion
link GraphQL Schema definition
- type CrewSuggestion {
- # Group header for categorizing crew suggestions
- : String
- : Int
- : Int
- : String
- : String
- : String
- : String
- : String
- : String
- # ICAO/IATA code representing actual crew member airport
- : String
- # Indicates if crew member is at departure airport
- : Boolean
- : Boolean
- # Indicates if crew member is excluded from planning
- : Boolean
- : String
- : String
- : String
- : Date
- # Requires access to resource GRAPHQL_LOGIN
- : PassportOutput
- # Requires access to resource GRAPHQL_LOGIN
- : PassportOutput
- : NationalId
- : NationalId
- : [CrewSuggestionLabel!]
- }