OBJECT

FleetQuerySection

link GraphQL Schema definition

  • type FleetQuerySection {
  • # Requires access to resource GRAPHQL_ACFT
  • #
  • # Arguments
  • # aircraftTypeList:
  • # status:
  • # acmi:
  • getAircraftList(
  • aircraftTypeList: [AircraftTypeScalar!],
  • status: AircraftStatus,
  • acmi: Boolean
  • ): [Aircraft!]!
  • # Requires access to resource GRAPHQL_ACFT
  • #
  • # Arguments
  • # externalId:
  • getAircraftByExternalId(externalId: String!): Aircraft!
  • # Requires access to resource GRAPHQL_AIRCRAFT_FULL_LIST
  • fullAircraftList: [AircraftSimple!]!
  • # Requires access to resource GRAPHQL_MX_FLEET_DOCS
  • #
  • # Arguments
  • # fleetDocument: [Not documented]
  • getAvailableFleetDocumentNames(
  • fleetDocument: FleetDocument
  • ): [FleetDocumentType!]!
  • # Requires access to resource GRAPHQL_MX_FLEET_DOCS
  • #
  • # Arguments
  • # aircraftNidList: [Not documented]
  • # aircraftDocumentNid: [Not documented]
  • # fleetDocument: [Not documented]
  • # showNotRequired: [Not documented]
  • # showEmpty: [Not documented]
  • # includeGndAircraft: [Not documented]
  • # limit: [Not documented]
  • # offset: [Not documented]
  • getAvailableFleetDocuments(
  • aircraftNidList: [AircraftNid!]!,
  • aircraftDocumentNid: AircraftDocumentNid,
  • fleetDocument: FleetDocument,
  • showNotRequired: Boolean!,
  • showEmpty: Boolean!,
  • includeGndAircraft: Boolean!,
  • limit: Int!,
  • offset: Int!
  • ): [AircraftDocumentType!]!
  • }