Skip to main content

CrewSuggestion (Object)

type CrewSuggestion {
groupHeader: String
loginNid: Int
contactNid: Int
code: String
name: String
surname: String
knownAs: String
monthBlock: String
yearBlock: String
location: String
inAdep: Boolean
inexperienced: Boolean
excluded: Boolean
dutyName: String
requestName: String
notes: String
dateOfBirth: Date
departurePassport: PassportOutput
arrivalPassport: PassportOutput
departureNationalId: NationalId
arrivalNationalId: NationalId
labelList: [CrewSuggestionLabel!]
}

Fields

CrewSuggestion.groupHeader ● String scalar

Group header for categorizing crew suggestions

CrewSuggestion.loginNid ● Int scalar

CrewSuggestion.contactNid ● Int scalar

CrewSuggestion.code ● String scalar

CrewSuggestion.name ● String scalar

CrewSuggestion.surname ● String scalar

CrewSuggestion.knownAs ● String scalar

CrewSuggestion.monthBlock ● String scalar

CrewSuggestion.yearBlock ● String scalar

CrewSuggestion.location ● String scalar

ICAO/IATA code representing actual crew member airport

CrewSuggestion.inAdep ● Boolean scalar

Indicates if crew member is at departure airport

CrewSuggestion.inexperienced ● Boolean scalar

CrewSuggestion.excluded ● Boolean scalar

Indicates if crew member is excluded from planning

CrewSuggestion.dutyName ● String scalar

CrewSuggestion.requestName ● String scalar

CrewSuggestion.notes ● String scalar

CrewSuggestion.dateOfBirth ● Date scalar

CrewSuggestion.departurePassport ● PassportOutput object

Requires access to resource GRAPHQL_LOGIN

CrewSuggestion.arrivalPassport ● PassportOutput object

Requires access to resource GRAPHQL_LOGIN

CrewSuggestion.departureNationalId ● NationalId object

CrewSuggestion.arrivalNationalId ● NationalId object

CrewSuggestion.labelList ● [CrewSuggestionLabel!] list object

Member Of

crewList object