OBJECT
LoggedUser
Logged user data
link GraphQL Schema definition
- type LoggedUser {
- # Requires access to resource GRAPHQL_DUTY_REQUEST_SEE
- : [MyDutyRequest!]!
- : [DutyDefinition!]!
- # Requires access to resource GRAPHQL_AIRCRAFT_FLIGHTS
- #
- # Arguments
- # timeInterval: Maximum length of time interval is 90 days
- # includeOptions: [Not documented]
- (
- : TimeIntervalInput!,
- : Boolean
- ): [MyTrRevision!]!
- # Arguments
- # flightNid: [Not documented]
- (: FlightNid!): MyTrRevision!
- # Arguments
- # trNid:
- # Possible violation list: IS_NOT_SOME_ERROR,IS_NOT_LOGGED_USER_DUTY
- (: DutyTrNid!): DutyOutput!
- # Arguments
- # dutyTrNid:
- # Possible violation list: IS_NOT_SOME_ERROR,IS_NOT_LOGGED_USER_DUTY
- (: DutyTrNid!): MyDutyOutput!
- # Arguments
- # positioningNid:
- (: PositioningNid!): MyTrRevision!
- # Arguments
- # hotelReservationNid:
- (: HotelReservationNid!): MyHotelReservation!
- : [File!]!
- # Requires access to resource GRAPHQL_CONTACT
- : Contact!
- : UserProfile!
- # Requires access to resource GRAPHQL_OWNER_BOARD_SEE
- : MyOwnerBoard!
- # Arguments
- # flightNid:
- (: FlightNid!): NonNullListOfNonNullCrewMemberOnLegRestrictedValueOrErrorList!
- # Requires access to resource LOGBOOK
- #
- # Arguments
- # timeInterval:
- # stripAircraftRegistrationSeparator:
- (
- : TimeIntervalInput!,
- : Boolean!
- ): [MyLogbook!]!
- # Arguments
- # trNid:
- (: TrNid!): DutyClockInOut!
- : FilterPresetQuery!
- : EndorsementQuery!
- : CrewAppQuery!
- # Requires access to resource CREW_APP_CURRENCY_SEE
- : [CrewMemberCurrency!]!
- : ExpiryStatusEnum!
- # Arguments
- # settingName:
- (: String!): String
- # Requires access to resource GRAPHQL_DUTY_ACCOUNT_SEE
- : [DutyAccount!]!
- : LoggedUserChecklist!
- : [MyAircraft!]!
- : [MyAircraft!]!
- : [myRoles!]!
- # List of aircraft types for user.
- : [AircraftType!]!
- # List of preferred crew for logged user..
- # Requires access to resource GRAPHQL_CREW_MEMBER
- : [CrewMember!]!
- # Logged user data.
- # Requires access to resource GRAPHQL_CREW_MEMBER
- : CrewMember!
- # Logged user passport list.
- # Requires access to resource GRAPHQL_LOGIN
- : [PassportOutput!]!
- # Logged user national ids list
- : [NationalId!]!
- : SupportReadWriteMode!
- }