Skip to main content

LoggedUser (Object)

Logged user data

type LoggedUser {
dutyRequestList: [MyDutyRequest!]!
dutyRequestableDefinitionList: [DutyDefinition!]!
aircraftFlights(
timeInterval: TimeIntervalInput!
includeOptions: Boolean = false
): [MyTrRevision!]!
flight(
flightNid: FlightNid!
): MyTrRevision! @deprecated
duty(
trNid: DutyTrNid!
): DutyOutput!
myDuty(
dutyTrNid: DutyTrNid!
): MyDutyOutput!
positioning(
positioningNid: PositioningNid!
): MyTrRevision!
hotelReservation(
hotelReservationNid: HotelReservationNid!
): MyHotelReservation
manuals: [File!]!
contact: Contact!
profile: UserProfile!
ownerBoard: MyOwnerBoard!
flightCrew(
flightNid: FlightNid!
): NonNullListOfNonNullCrewMemberOnLegRestrictedValueOrErrorList!
logbook(
timeInterval: TimeIntervalInput!
stripAircraftRegistrationSeparator: Boolean! = false
): [MyLogbook!]!
dutyClockInOut(
trNid: TrNid!
): DutyClockInOut!
filterPreset: FilterPresetQuery!
endorsement: EndorsementQuery!
crewApp: CrewAppQuery!
myCurrencyList: [CrewMemberCurrency!]!
myCurrencyStatus: ExpiryStatusEnum!
keyValueStore(
settingName: String!
): String
dutyAccountList: [DutyAccount!]!
checklist: LoggedUserChecklist!
ownedAircraft: [MyAircraft!]!
crewAircraft: [MyAircraft!]!
myRoles: [myRoles!]!
aircraftTypeList: [AircraftType!]!
preferredCrewList: [CrewMember!]!
myself: CrewMember!
passportList: [PassportOutput!]!
nationalIdList: [NationalId!]!
shouldRemindAbout2Fa: Boolean!
readWriteMode: SupportReadWriteMode!
}

Fields

LoggedUser.dutyRequestList ● [MyDutyRequest!]! non-null object

Requires access to resource GRAPHQL_DUTY_REQUEST_SEE

LoggedUser.dutyRequestableDefinitionList ● [DutyDefinition!]! non-null object

Requires access to resource GRAPHQL_DUTY_REQUEST_SEE

LoggedUser.aircraftFlights ● [MyTrRevision!]! non-null object

Requires access to resource GRAPHQL_AIRCRAFT_FLIGHTS

LoggedUser.aircraftFlights.timeInterval ● TimeIntervalInput! non-null input

Maximum length of time interval is 90 days

LoggedUser.aircraftFlights.includeOptions ● Boolean scalar

LoggedUser.flight ● MyTrRevision! deprecated non-null object

DEPRECATED

Node is about to be removed - use "loggedUser→crewApp→flight→flight" instead.

LoggedUser.flight.flightNid ● FlightNid! non-null scalar

LoggedUser.duty ● DutyOutput! non-null union

LoggedUser.duty.trNid ● DutyTrNid! non-null scalar

Possible violation list: IS_NOT_SOME_ERROR,IS_NOT_LOGGED_USER_DUTY

LoggedUser.myDuty ● MyDutyOutput! non-null union

LoggedUser.myDuty.dutyTrNid ● DutyTrNid! non-null scalar

Possible violation list: IS_NOT_SOME_ERROR,IS_NOT_LOGGED_USER_DUTY

LoggedUser.positioning ● MyTrRevision! non-null object

Access to resource CREW_APP_POSITIONING_SEE will soon be required

LoggedUser.positioning.positioningNid ● PositioningNid! non-null scalar

LoggedUser.hotelReservation ● MyHotelReservation object

LoggedUser.hotelReservation.hotelReservationNid ● HotelReservationNid! non-null scalar

LoggedUser.manuals ● [File!]! non-null object

LoggedUser.contact ● Contact! non-null object

Requires access to resource GRAPHQL_CONTACT

LoggedUser.profile ● UserProfile! non-null object

LoggedUser.ownerBoard ● MyOwnerBoard! non-null object

Requires access to resource GRAPHQL_OWNER_BOARD_SEE

LoggedUser.flightCrew ● NonNullListOfNonNullCrewMemberOnLegRestrictedValueOrErrorList! non-null union

LoggedUser.flightCrew.flightNid ● FlightNid! non-null scalar

LoggedUser.logbook ● [MyLogbook!]! non-null object

Requires access to resource LOGBOOK

LoggedUser.logbook.timeInterval ● TimeIntervalInput! non-null input
LoggedUser.logbook.stripAircraftRegistrationSeparator ● Boolean! non-null scalar

LoggedUser.dutyClockInOut ● DutyClockInOut! non-null object

Access to resource GRAPHQL_DUTY_DETAILS will soon be required

LoggedUser.dutyClockInOut.trNid ● TrNid! non-null scalar

LoggedUser.filterPreset ● FilterPresetQuery! non-null object

Requires access to resource GRAPHQL_FILTER_PRESET_SEE

LoggedUser.endorsement ● EndorsementQuery! non-null object

LoggedUser.crewApp ● CrewAppQuery! non-null object

LoggedUser.myCurrencyList ● [CrewMemberCurrency!]! non-null object

Requires access to resource CREW_APP_CURRENCY_SEE

LoggedUser.myCurrencyStatus ● ExpiryStatusEnum! non-null enum

LoggedUser.keyValueStore ● String scalar

LoggedUser.keyValueStore.settingName ● String! non-null scalar

LoggedUser.dutyAccountList ● [DutyAccount!]! non-null object

Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE

LoggedUser.checklist ● LoggedUserChecklist! non-null object

LoggedUser.ownedAircraft ● [MyAircraft!]! non-null object

LoggedUser.crewAircraft ● [MyAircraft!]! non-null object

LoggedUser.myRoles ● [myRoles!]! non-null enum

LoggedUser.aircraftTypeList ● [AircraftType!]! non-null object

List of aircraft types for user.

LoggedUser.preferredCrewList ● [CrewMember!]! non-null object

List of preferred crew for logged user.. Requires access to resource GRAPHQL_CREW_MEMBER

LoggedUser.myself ● CrewMember! non-null object

Logged user data. Requires access to resource GRAPHQL_CREW_MEMBER

LoggedUser.passportList ● [PassportOutput!]! non-null object

Logged user passport list. Requires access to resource GRAPHQL_LOGIN

LoggedUser.nationalIdList ● [NationalId!]! non-null object

Logged user national ids list

LoggedUser.shouldRemindAbout2Fa ● Boolean! non-null scalar

LoggedUser.readWriteMode ● SupportReadWriteMode! non-null object

Returned By

loggedUser query