OBJECT

CrewPanelCrewQuerySection

link GraphQL Schema definition

  • type CrewPanelCrewQuerySection {
  • # Requires access to resource GRAPHQL_CREW_MEMBER.
  • # List cannot be empty.
  • # If in drafts mode, requires operator to turn that feature on globally in
  • # settings.
  • #
  • # Arguments
  • # loginNid: [Not documented]
  • # trNidList: [Not documented]
  • # draftToggle: [Not documented]
  • availableForSwap(
  • loginNid: ApiLoginNidScalar!,
  • trNidList: [TrNid!]!,
  • draftToggle: Boolean!
  • ): [CrewMember!]!
  • # Requires access to resource GRAPHQL_CREW_MEMBER.
  • # List cannot be empty.
  • # If in drafts mode, requires operator to turn that feature on globally in
  • # settings.
  • #
  • # Arguments
  • # loginNid:
  • # flightNidList:
  • # draftToggle:
  • availableForReplacementIncludeAircraftFromFlight(
  • loginNid: ApiLoginNidScalar!,
  • flightNidList: [FlightNid!]!,
  • draftToggle: Boolean!
  • ): [CrewMemberListForReplacement!]!
  • # Requires access to resource GRAPHQL_AIRPORT.
  • # If in drafts mode, requires operator to turn that feature on globally in
  • # settings.
  • #
  • # Arguments
  • # loginNid:
  • # dateTime:
  • # draftToggle:
  • # dutyDefinitionNid:
  • actualLocation(
  • loginNid: ApiLoginNidScalar!,
  • dateTime: DateTime!,
  • draftToggle: Boolean!,
  • dutyDefinitionNid: ApiDutyDefinitionNidScalar
  • ): Airport
  • }