OBJECT
FleetQuerySection
link GraphQL Schema definition
- type FleetQuerySection {
- # Requires access to resource GRAPHQL_ACFT
- #
- # Arguments
- # aircraftNidList:
- # status:
- # acmi:
- (
- : [AircraftNid!],
- : AircraftStatus,
- : Boolean
- ): [Aircraft!]!
- # Requires access to resource GRAPHQL_ACFT
- #
- # Arguments
- # externalId:
- (: String!): Aircraft!
- # Requires access to resource GRAPHQL_AIRCRAFT_FULL_LIST
- : [AircraftSimple!]!
- # Requires access to resource GRAPHQL_MX_FLEET_DOCS
- #
- # Arguments
- # fleetDocument: [Not documented]
- (
- : 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]
- (
- : [AircraftNid!]!,
- : AircraftDocumentNid,
- : FleetDocument,
- : Boolean!,
- : Boolean!,
- : Boolean!,
- : Int!,
- : Int!
- ): [AircraftDocumentType!]!
- # Arguments
- # aircraftNid:
- # aircraftDocumentNid:
- (
- : AircraftNid!,
- : AircraftDocumentNid!
- ): [AircraftDocumentHistoryEntry!]!
- # Requires access to resource GRAPHQL_MX_FLEET_DOCS
- : [AircraftDocumentsNotification!]!
- # Requires access to resource GRAPHQL_MX_FLEET_DOCS
- : Boolean!
- # Aircraft list created, modified or deleted after selected date (max one week
- # until now).
- # Requires access to resource GRAPHQL_ACFT
- #
- # Arguments
- # dateTime:
- (: DateTime!): AircraftChanges!
- }